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

704 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 best solutions below

0
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