Open
Description
Version
2.7.16
Reproduction link
Steps to reproduce
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.
Metadata
Metadata
Assignees
Labels
No labels
Activity
dkdk135 commentedon Jan 4, 2024
amazing
carakas commentedon Jan 8, 2024
Ran into this as well, had to revert to v2.7.15 after receiving a complaint
ZAID-BAARAB commentedon Jan 20, 2024
i never noticed that !
zhongzi-rail0039 commentedon Feb 22, 2024
i never noticed that !
jackiotyu commentedon Feb 28, 2024
The error comes from: f5ef882