import VueKonva from "vue-konva";
import App from "./App.vue";
const app = createApp(App);
app.use(VueKonva, { prefix: "kv" });
Asked
Active
Viewed 605 times
0
1 Answers
0
At the current moment vue-konva
is not ready for Vue@3
yet.
You can track the progress here:

lavrton
- 18,973
- 4
- 30
- 63