storybook-vue / storybook-nuxt

Deprecated in favor of https://github.com/nuxt-modules/storybook/
https://github.com/nuxt-modules/storybook/
132 stars 20 forks source link

NuxtLink component not working #65

Open VegasChickiChicki opened 1 year ago

VegasChickiChicki commented 1 year ago

When my component have NuxtLink component my story have warn, and my story not render:

[Vue warn]: Component is missing template or render function. 
  at <NuxtLink to="/" > 
  at <MyWelcome > 
  at <Anonymous> 
  at <App>
DenFin commented 9 months ago

@VegasChickiChicki are you still facing this issue?