-
Notifications
You must be signed in to change notification settings - Fork 183
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
Does it work with Vue 3? #151
Comments
any update with this? i'm planning to use this component with Vue 3. Edit: it seems that it's not compatible with Vue 3 yet. i get the same error. |
Any ideas to use plugin with vue 3? |
Wow, almost 2 years and no answer. Not even a "not possible".
Given that, how can I migrate such code to Vue 3? template(v-for='(_, slot) of $scopedSlots' v-slot:[slot]='scope')
slot(:name='slot' v-bind='scope') |
Turns out that you can just replace $scopedSlots for $slots as mentioned here: https://www.vuemastery.com/blog/migration/ |
Can you please provide an example on how to do that? |
i tried to do the basic stuff like the get started snipped but there is always an Error in console and some warnings. Should it work with vue 3 too?
[Vue warn]:
beforeDestroy
has been renamed tobeforeUnmount
.[Vue warn]: Property "$scopedSlots" was accessed during render but is not defined on instance.
[Vue warn]: Unhandled error during execution of render function
Uncaught TypeError: Cannot read property 'prevArrow' of undefined
The text was updated successfully, but these errors were encountered: