-
-
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
default slots without the new template syntax wont reevaluate v-if #9644
Closed
AwsmOli opened this issue
Mar 7, 2019
· 3 comments
· Fixed by mariazevedo88/hash-generator-js#6, tghelere/valorize-vidas#3, tghelere/DeliVuery#15, tghelere/vue-tetris#1 or tghelere/dailymages#1
Closed
default slots without the new template syntax wont reevaluate v-if #9644
AwsmOli opened this issue
Mar 7, 2019
· 3 comments
· Fixed by mariazevedo88/hash-generator-js#6, tghelere/valorize-vidas#3, tghelere/DeliVuery#15, tghelere/vue-tetris#1 or tghelere/dailymages#1
Labels
Comments
your slot wasn't closed (look at the console error 🙂 ) |
sorry for that - i closed the slot now and the error still persists: we have the same issue in our larger project and switched to version 2.6.3 to make it work for now |
The repro seems to be valid now. Thanks. |
kiku-jw
pushed a commit
to kiku-jw/vue
that referenced
this issue
Jun 18, 2019
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 Feb 24, 2020
This was referenced Mar 4, 2020
This was referenced Apr 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.6.4
Reproduction lin
https://jsfiddle.net/0p6t7csx/3/https://jsfiddle.net/n5wm23jt/
Steps to reproduce
use the toggle button - the syntax used in line 29 seems to not work as expected
What is expected?
All 3 paragraphs should always print the same text
What is actually happening?
the default slot without the new template syntax will only rerender once and then stay the same,
im not sure if the syntax for default slots is now still to be used that way - or if we always need to use a template now - but it worked with 2.6.0 to 2.6.3 and then stopped working in 2.6.4
//EDIT: updated reproduction (closed that slot tag)
The text was updated successfully, but these errors were encountered: