You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the button is clicked, it initiates a component update. Subsequently, the content div is meant to be hidden. Nevertheless, the current behavior deviates, as the content div is displayed rather than being hidden.
2.7.15 Demo
In version 2.7.15, clicking the button triggers a component update, and as a result, the content div consistently remains hidden.
The version 2.7.16 should not introduce this breaking change.
What is expected?
v-show should have a higher priority than :style.
What is actually happening?
The style is being updated incorrectly.
The text was updated successfully, but these errors were encountered:
Version
2.7.16
Reproduction link
codesandbox.io
Steps to reproduce
2.7.16 Demo
when the button is clicked, it initiates a component update. Subsequently, the content div is meant to be hidden. Nevertheless, the current behavior deviates, as the content div is displayed rather than being hidden.
2.7.15 Demo
In version 2.7.15, clicking the button triggers a component update, and as a result, the content div consistently remains hidden.
The version 2.7.16 should not introduce this breaking change.
What is expected?
v-show should have a higher priority than :style.
What is actually happening?
The style is being updated incorrectly.
The text was updated successfully, but these errors were encountered: