Stuart Clark
Stuart Clark
Yes, correct. I also fixed the typo.
This is still very much on my radar, I will try to test out the PR next week.
I found adding `postcss` as an explicit dependency resolves the above issue, but results in an additional error: ``` WARN You did not set any plugins, parser, or stringifier. Right...
Thanks @harlan-zw, I will try that as soon as I can. I did also find that there was a failing utility class (`drawer-mobile`) that I wanted use, so in that...
I had a bit of a play around with this, and got a very basic proof of concept for the passed code by adding the following code to https://github.com/vue-styleguidist/vue-live/blob/master/src/Preview.vue#L152 ```...
Hi @elevatebart, In my case, my `fetch()` method is pulling data from a Vuex store, which is absolutely a far more complicated use case than a regular vue component should...
Thanks @elevatebart, I'll give that a spin. As for a common solution, maybe a `vue-live-vuex` plugin or similar? Regardless, if I knock together something workable I'll try to update this...
Hi @elevatebart, I will look more into this as soon as I have a free opportunity. I plan to investigate writing my own webpack loaders anyway, so this would be...
While this is not a final solution, I have been working around this issue by providing a source parameter: ``` Default.parameters = { docs: { source: { code: ' }...
@schristian30 Is your story exported as `Default`? This is just an example, for the correct documentation please refer to https://storybook.js.org/docs/vue/writing-docs/doc-blocks#docspage-1