-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: custom elements
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
Click on the button multiple times and see no <div v-if="count >
content
What is expected?
When we click on the button third time both Count > 1 using v-if condition
and Count > 1 using v-show condition
should be visible when isShown true and count is more that 1.
What is actually happening?
content from
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: custom elements