Results 647 comments of Tobias Diez

So, it's working for me now. Ready for review. I agree that the auto-completion code could be refactored a bit. For example, extracting common functionality/structure to a `AutocompletionProvider` interface, and...

@nathanlesage do you still have remarks about the code? I've been using this branch for a couple of days now it works quite well.

Thanks for your review. I've changed the code accordingly (and marked the comments as resolved). I need some help with the migration of the async command to the module-level variable...

@bmulholland Have a look at https://github.com/nuxt-community/storybook/issues/330#issuecomment-1230254388

Thanks for the summary. Essentially, every of the manual steps currently outlined in this PR should be converted into code in the nuxt module; so that end users only have...

Sorry, I forgot to update the PR. The following code of the ifame works for me: https://github.com/JabRef/JabRefOnline/blob/main/pages/_storybook/external-iframe.vue

It's hard to say what's wrong without seeing the actual import that triggers this error. Usually, you want to put the problematic package into [transpile](https://v3.nuxtjs.org/api/configuration/nuxt-config/#transpile). You should also remove the...

It is possible to run Storybook with Nuxt 3, but it's a bit hacky and needs manual setup and is definitely not as easy as "add the following module to...

@lucpotage would be nice if this PR could be merged!

Nice! Btw the PR the nice work of @hsorby, I'm just a bystander that would like to see the vue 3 support ;-)