Annick Walkenhorst

Results 70 comments of Annick Walkenhorst
trafficstars

Well i adpated your approach and adjusted my imports from `import { createRouter, createWebHistory } from 'vue-router';` to `import { createRouter, createWebHistory } from 'vue-router/dist/vue-router.mjs';` Then it is also working...

i get the same error on modules and buildModules. No difference.

@alvarosabu i get the type error with both approaches. I don't get the `Nuxt module should be a function error` at all.

i am dealing with the same problem, unable to run the project because of this error. So i cannot use nuxt 3 with storyblok ``` WARN @storyblok/nuxt doesn't appear to...

@raducretu do you mean this one? https://github.com/storyblok/storyblok-js-client

@raducretu that would be very helpful if you could share yours. I just started with Nuxt 3 and Storyblok and i'm struggling a bit.

> Hi @awacode21, Create a file useStoryApi.js in the composables with the following: > > ``` > import RichTextResolver from 'storyblok-js-client/dist/rich-text-resolver.es' > export default () => { > const base...

@raducretu one question left, with your work around, how did you handle the v-editable directive?

we are now in 2022 and Vue 3 is there for a while now. What's your current state? No Vue 3 support is a clear blocker for me to use...