devtools
devtools copied to clipboard
⚙️ Browser devtools extension for debugging Vue.js applications.
### Version 5.3.4 ### Browser and OS info Chrome 93 / macOS 11 ### Steps to reproduce - Load/Open a Vue application that is in dev mode - Open Vue-devtools...
### Version 6.0.13 ### Browser and OS info Vivaldi 5.1.2567.49 Debian GNU/Linux 11 KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 Kernel Version: 5.10.0-1025-oem OS Type: 64-bit...
Closes #1002 . You can test it on [codesandbox](https://codesandbox.io/embed/kind-joana-mu0fw?fontsize=14&hidenavigation=1&theme=dark).
Related to issue #1543 .
…vtoolsPlugin } from '@vue/devtools-api'; The production model is packaged into the vendor. The proxy that vue 3 relies on supports at least Chrome 49, Spread syntax in object literals supports...
According to #1555 , I added UI button so that it can copy the component name, which is referred to the state data operation like this: Thank you for your...
'Hello'

After clicking on a component, on the right side we can see the props, data, computed, and on that side on the top we've the Components Name and a field...
### Version 5.3.4 ### Browser and OS info Chrome 90.0.4430.93 ### Steps to reproduce I'm mouting a component manually, just like docs says: https://vuejs.org/v2/api/#vm-mount ``` var MyComponent = Vue.extend({ template:...