@nuxtjs/storybook: 1.2.0/2.0.0
nuxt: 2.14.1
https://codesandbox.io/s/nuxt-storybook-fetchtest-44tml?file=/components/FetchTest.vue
$fetch or $fetchState.@nuxtjs/storybook should have access to async fetch hook.
@nuxtjs/storybook does not run fetch hook, fails silently. Trying to run $fetch() on button click, or conditionally render markup with $fetchState throws error: "Property or method "$fetch" is not defined on the instance but referenced during render"
I've ran into this with components that rely on fetch() hook/method for data. I understand that Storybook isn't Nuxt, but it would be great if there was a way to just have the fetch() hook run like it was on mounted() (so not SSR'd) so the data would come in at least.
Having a way to stub in nuxt-link would be useful too.
This will support in v2.1.0
Most helpful comment
This will support in v2.1.0