Anh Bui
Results
8
comments of
Anh Bui
I have same error when using upload image of ant design vue and nuxt 3
Try this: plugins/konva.ts ` import VueKonva from 'vue-konva'; export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VueKonva) }) `
how to implement in nuxt 3? Tks