0
import VueKonva from "vue-konva";
import App from "./App.vue";

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

enter image description here

1 Answers1

0

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

lavrton
  • 18,973
  • 4
  • 30
  • 63