vue 3 vue-konva: Cannot read property 'component' of undefined

696 views Asked by At
import VueKonva from "vue-konva";
import App from "./App.vue";

const app = createApp(App);
app.use(VueKonva, { prefix: "kv" });

enter image description here

1

There are 1 answers

0
lavrton On

At the current moment vue-konva is not ready for Vue@3 yet.

You can track the progress here:

https://github.com/konvajs/vue-konva/issues/123

https://github.com/konvajs/vue-konva/pull/133