-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed as duplicate
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.has workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problem
Description
Vue version
latest
Link to minimal reproduction
Steps to reproduce
- click component 1 . now the v-show should hide element
- clicl component 2. now component1 should hide element
What is expected?
component 1 should hide the element
What is actually happening?
component 1 did not hide the element
System Info
Any additional comments?
if you change root component <></>
to <div></div>
. it will work perfect
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.has workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problem