konvajs / vue-konva

Vue & Canvas - JavaScript library for drawing complex canvas graphics using Vue.
https://konvajs.github.io/docs/vue/
MIT License
1.18k stars 131 forks source link

Vue: Argument of type is not assignable to parameter of type Plugin<[]> #247

Open flmn opened 2 months ago

flmn commented 2 months ago

When use this code: import VueKonva from 'vue-konva' ... app.use(VueKonva)

IDE shows: Vue: Argument of type is not assignable to parameter of type Plugin<[]>

versions: vue: 3.5.2 vue-konva: 3.1.0

Joebayld commented 1 month ago

244