devtools
devtools copied to clipboard
⚙️ Browser devtools extension for debugging Vue.js applications.
### What problem does this feature solve? In Vue 2, we were able to set the config options on the global Vue object, like so: ``` // STAGE === "staging"...
### Vue devtools version 6.4.5 ### Link to minimal reproduction n/a I am able to reproduce the error with a minimal `Vue` app: ```bash yarn create vite -> Vue ->...
### What problem does this feature solve? It would be nice if props, data and other things in the section under the component inspector were automatically expanded by default. I...
### Vue devtools version 6.5.0 ### Link to minimal reproduction Vue.extend().$mount() ### Steps to reproduce & screenshots ```javascript Vue.extend().$mount() ``` this kind component cannot work in vue-devtools  ### What...
### Version 5.3.3 ### Browser and OS info chrome Version 83.0.4103.61/mac os catalina10.15.4 ### Steps to reproduce Devtools inspection is not available because it's in production mode or explicitly disabled...
### Version 5.1.1 ### Browser and OS info Chrome 77 / Windows 10 ### Steps to reproduce git clone https://github.com/kosirm/learn-vuex-orm/tree/building-todo-app cd building-todo-app yarn quasar dev You will see input and...
### Vue devtools version 6.5.0 ### Link to minimal reproduction https://play.vuejs.org/#eNp9kjFPwzAQhf/KyQupFKWVKpbSVgLUAQZApaOXkF6KS2JbtlOqRv7vnB2SFgl1Svzue3fvErfsXuvs0CCbsbktjNAOLLpGL7kUtVbGQQsG88KJA6bg1BpL8FAaVcMN2W645LJQ0joolYLFwCZtEGbAGT04Az+668GP3BAYWyVUTHvmkjj9bRUssQNl24gaVeOSZASLJbRcQpiUdeM5I5QzIn0Kt5PJJJjm424z2okODmtd5Q7pBNDGmNHs/a8Qh50Pp6wX5uPBy1LmLIUtxS7bWyXp88UknBWq1qJC86qdoGU4m3UZQy2vKvX9HDVnGkx7vfjE4usffW+PQePszaBFc0DOhprLzQ5dV169v+CR3odirbZNRfSV4hqtqpqQscMeGrml2BdcTPsUL4GQu41dHR1K2y8VggbSR54zugyPV1Y/x51m0+ijX8T8D/VF0/g= ### Steps to reproduce & screenshots Observe the state of `foo`, `bar` and `baz` in the devtools. `foo.foo` will...
### Description When I use vue writing a chrome extension's popup page, the vue-devtool's client inject code can't work normally since it using `eval` function which is not allowed in...
### Vue devtools version 6.5.0 ### Link to minimal reproduction https://codepen.io/scramlo/pen/mdjgdgR ### Steps to reproduce & screenshots 1. Follow link: https://codepen.io/scramlo/pen/mdjgdgR 2. Open Vue Dev Tools 3. Use component selector...
### Vue devtools version 6.0.0 beta 21 ### Link to minimal reproduction na ### Steps to reproduce & screenshots https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg ### What is expected? Can install from chrome store ###...