Vue devtools
See original GitHub issueSimilar to the React devtools issue with iframes Vue devtools doesn’t recognize the Storybooks components. Seems the solution is also similar using the __VUE_DEVTOOLS_GLOBAL_HOOK__, although I’m actually not sure if that’s up to date.
Anyhow, if finally Vue devtools is not compatible with Storybooks there should be a BIG warning about that.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:22
- Comments:51 (25 by maintainers)
Top Results From Across the Web
Vue.js devtools
Chrome devtools extension for debugging Vue.js applications. Details. Version: 6.4.5. Updated: October 18, 2022.
Read more >️ Browser devtools extension for debugging Vue.js ... - GitHub
Browser devtools extension for debugging Vue.js applications. - GitHub - vuejs/devtools: ⚙️ Browser devtools extension for debugging Vue.js applications.
Read more >Vue.js devtools – Get this Extension for Firefox (en-US)
DevTools extension for debugging Vue.js applications. You'll need Firefox to use this extension. Download Firefox and get the extension.
Read more >@vue/devtools - npm
StandAlone vue-devtools. Latest version: 6.4.5, last published: 2 months ago. Start using @vue/devtools in your project by running `npm i ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Current solution is to use this: https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md
And inject script tag into iframe using https://storybook.js.org/configurations/add-custom-head-tags/
By doing so you get a standalone DevTools with working inspection.
the latest versions of storybook have a “pop out” mode, which basically does this for you
On Wed, Dec 4, 2019 at 11:30 AM Frédéric G. MARAND notifications@github.com wrote: