storybookjs / storybook

Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
https://storybook.js.org
MIT License
84.7k stars 9.33k forks source link

Vue devtools #1708

Closed miljan-aleksic closed 3 years ago

miljan-aleksic commented 7 years ago

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

magersoft commented 2 years ago

I have devtools version 6.2.1, vue 3 and @storybook/vue3: ^6.5.12 for me not working, Vue.js not detected. How to fix it?