-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Do you have any plan to update slot
with v-slot
directive?
#88
Comments
I looked into this a bit, I think it's related to vuejs/vue#5427. This line no longer works |
The vue bug is corrected in https://unpkg.com/[email protected]/ |
Still doesn't seem to work. When I do:
It doesn't work. |
Still doesn't work with new slot syntax ...
|
I believe this is due to the fact that elm is undefined on Vnodes with new slot syntax. See this closed issue and the links to comments by Evan etc. vuejs/vue#10450 (comment). Vue-popper won't work with Vue 3 unless you're passing the reference as a prop instead of using the slot. |
I've rewritten the component completly in vue 3.0 composition api style, it works with the new scoped slots (v-slot) directive. I won't send a PR because i don't care about backwards compatibility. If you want a copy, let me know. |
I'd love to see this and have it available via npm to use. |
Hello, I'm facing the same issue. Any news about a fix ? Thanks in advance. |
Popper did not work when I tried to replace
slot
withv-slot
.slot
is deprecated in Vue 2.6.0, Do you have any plan to use new syntax (v-slot
)?The text was updated successfully, but these errors were encountered: