Open LukaszSwierzewski opened 9 months ago
here is reproduction repo: https://github.com/LukaszSwierzewski/konva-quasar
With quasar + webpack it is working. Any idea how to run this with vite?
I ran into the same issue and didn't come up with a solution yet. Could you find a solution to this?
This issue only came up when I wanted to update my quasar project from 2.14.2 to 2.15.0 including updating from vue 3.3.9 to 3.4.2
Going back from vue 3.4.x to vue 3.3.x seems to solve my problems. Looking at the package.json file in this repo, it states that vue 3.2 should be used. So i guess updating vue-konva to newer vue versions should be done i guess.
Yes same here, not able to update vue and quasar...
Is integration with Quasar CLI planned? After importing vue-konva into Quasar, I get an error as shown in the picture. Perhaps I'm just setting something wrong, as importing packages works a bit differently in Quasar.
I inject Konva in the boot file as it is in the Quasar documentation (code snippet below), and unfortunately, it doesn't work.