-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Bindings are broken on <tr> inside <slot> #766
Comments
ysj16
added a commit
to ysj16/vue-next
that referenced
this issue
Feb 24, 2020
ysj16
added a commit
to ysj16/vue-next
that referenced
this issue
Feb 25, 2020
@yyx990803 Would love an alpha.7 soon if you can, this bug has high impact and breaks many bindings for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.0.0-alpha.6
Reproduction link
https://codesandbox.io/s/v-model-decomposed-camel-case-d9blu
Steps to reproduce
Open the repro, click on toggle.
What is expected?
All
v-if
should hide.What is actually happening?
v-if
on<tr>
inside<slot>
stays visible.This seems like a bad bug but there's no apparent logic.
v-if
does work on adiv
inside the slot, for example.The text was updated successfully, but these errors were encountered: