-
-
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-if with slot #9422
Closed
decademoon opened this issue
Feb 5, 2019
· 1 comment
· Fixed by tghelere/valorize-vidas#3, tghelere/DeliVuery#15, tghelere/vue-tetris#1, tghelere/dailymages#1 or tghelere/vuestore#3
Closed
v-if with slot #9422
decademoon opened this issue
Feb 5, 2019
· 1 comment
· Fixed by tghelere/valorize-vidas#3, tghelere/DeliVuery#15, tghelere/vue-tetris#1, tghelere/dailymages#1 or tghelere/vuestore#3
Labels
Comments
The new syntax does work differently ( |
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 9, 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.0
Reproduction link
http://jsfiddle.net/decademoon/hasupd08/8/
Steps to reproduce
Run the fiddle.
What is expected?
No error should occur.
What is actually happening?
An error occurs:
Is 2.6.x supposed to be fully compatible with 2.5.x? The generated render function is different, and it looks like
v-if
has different priority thanslot
.For reference, this fiddle shows it working in 2.5.16.
Might be related to #9391.
The text was updated successfully, but these errors were encountered: