-
Notifications
You must be signed in to change notification settings - Fork 133
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
I can't used in nuxt3 #184
Comments
I'm tried to run in nuxt2 that will be success. |
me too. |
Failed to make it work with
|
guys I can confirm vue-konva (2.1.7) works with nuxt2 and nuxt-composition api.. So this is not on konva. |
@DavidVaness this is an issue with nuxt3 not nuxt2 right? |
Since Vue 3 doesnt work 100% with konva yet(eg. stage events), I would assume this is the case. But I havn't tried it yet |
This might be related nuxt/nuxt#13632 |
This is how I implemented it in Nuxt3. I created a plugin // plugin/vue-konva.ts
// nuxt.config.ts
|
Try this: |
When I comment out
import VueKonva from 'vue-konva'
in /plugins/vuekonva.js it worksBut I comment in , it doesn't work
terminal log
I tried #9 and stack overflow
but it also fail
package.json
nuxt.config.js
/plugins/vuekonva.js
can anyone help ? thank
The text was updated successfully, but these errors were encountered: