-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue konva with quasar cli 2 #232
Comments
here is reproduction repo: |
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.
The text was updated successfully, but these errors were encountered: