-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
v-slot not used seems to exist #9452
Closed
tcastelly opened this issue
Feb 7, 2019
· 3 comments
· Fixed by tghelere/valorize-vidas#3, tghelere/DeliVuery#15, tghelere/vue-tetris#1, tghelere/dailymages#1 or tghelere/vuestore#3
Closed
v-slot not used seems to exist #9452
tcastelly opened this issue
Feb 7, 2019
· 3 comments
· Fixed by tghelere/valorize-vidas#3, tghelere/DeliVuery#15, tghelere/vue-tetris#1, tghelere/dailymages#1 or tghelere/vuestore#3
Labels
Comments
I use this workaround: https://jsfiddle.net/shenron/xmykud6z/35/ Test the $sclopedSlots before display the slot. |
@tcastelly I think I had a similar issue, here is my example: https://jsfiddle.net/56e2jr79/1/ If you try the new syntax on the
It wouldn't show it up... So the last commit should fix it up? @yyx990803 (thx) |
@pmochine yes, I believe so. |
This was referenced Aug 29, 2019
This was referenced Sep 22, 2019
Lostlover
pushed a commit
to Lostlover/vue
that referenced
this issue
Dec 10, 2019
This was referenced Jan 20, 2020
This was referenced Mar 4, 2020
This was referenced Apr 15, 2020
This was referenced May 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.6.3
Reproduction link
https://jsfiddle.net/shenron/xmykud6z/29/
Steps to reproduce
I have component and sub component. I want to pass slot from the parent to a child.
In this example I have
v-modal-confirm
andv-modal
both can display atitle
thanks to a prop or with slot.In the line 2 of my html demo, I use a
title
prop without slot. This slot seems to be created anyway, because the default behavior to print the title inv-modal
is not called.What is expected?
The default print of the slot in the
v-modal
should be visibleWhat is actually happening?
Nothing is printed
It works with the deprecated syntax.
The text was updated successfully, but these errors were encountered: