devtools icon indicating copy to clipboard operation
devtools copied to clipboard

⚙️ Browser devtools extension for debugging Vue.js applications.

Results 218 devtools issues
Sort by recently updated
recently updated
newest added

### 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...

need repro

### 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).

…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...

![image](https://user-images.githubusercontent.com/4620458/88385228-dda38300-cda5-11ea-8ee2-e542a9e76111.png)

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...

enhancement

### 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:...

wontfix