Irene Aguas-Lu
Results
3
comments of
Irene Aguas-Lu
trafficstars
Had problems with this and i solved it with the following code: ``` const i18n = new VueI18n({ locale: "en", messages: { en: { message: { hello: "hello world" }...
This is how I implemented it in Nuxt3. I created a plugin // plugin/vue-konva.ts ``` import VueKonva from 'vue-konva' import Konva from 'konva' export default defineNuxtPlugin((ctx) => { ctx.vueApp.use(VueKonva, {...
any updates on this?