-
Notifications
You must be signed in to change notification settings - Fork 51
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
Compatibility with VueJS v3.0 #23
Comments
The code is updated at branch "next",but I need resolve the build problem.😂 |
I published an alpha version,You can install by |
Oh I forgot something. |
Thanks a lot, this worked ! 🤟 |
T có tham khảo nhưng không thể nào mà quẹt được cũng không báo lỗi |
T đang làm ở bằng Vue 3 nhưng slot-scope, slotvà queue.sync đều khong dùng được t thay thế bằng v-stot, v-bind:queue |
Maybe I'm a little late, but do you plan to make a Nuxt 3 module in Typescript? |
Hi,
I tried installing vue-tinder on my project. However, some attributes seem to have been deprecated in Vue v3 (
slot-scope
,slot
andqueue.sync
)I tried updating those on my end, but Vue throws a warning
Unhandled error during execution of scheduler flush
.Do you have any idea about what might have happened ?
Also, I can't fix a warning triggered by Vetur saying
I tried adding a file called
global.d.ts
and running the suggested command. But nothing worked.The text was updated successfully, but these errors were encountered: