nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
378 stars 82 forks source link

Story executing script from layouts/default.vue #601

Open tomfrit opened 1 month ago

tomfrit commented 1 month ago

I set up storybook and added a story for a simple component. When I open it in storybook, the script block from /layouts/default.vue is executed. How can I stop this? Many thanks thomas