[Vuejs]-Vue components not rendering when @nuxtjs/storybook is used in a Vue Storefront Next project – possibly a Typescript issue?

0👍

It turns out that the @nuxtjs/storybook module seems to be dependent on components: true being set in the project’s nuxt.config.js file.

This isn’t mentioned anywhere in the @nuxtjs/storybook documentation, but I’ve raised a Github issue to point this out and will raise a PR against the docs if the maintainer agrees.

You can see my thought process behind how I discovered this issue in this Github thread: https://github.com/nuxt-community/storybook/issues/233#issuecomment-785027558

Leave a comment