-
-
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.need guidanceThe approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.
Description
Vue version
3.5.14
Link to minimal reproduction
Steps to reproduce
1.Open the browser console
2.Click button
3.Check the console output
What is expected?
The output order is: onBeforeUnmount -> onUnmounted -> onBeforeMount -> onMounted
What is actually happening?
The output order is: onBeforeUnmount -> onBeforeMount -> onUnmounted -> onMounted
System Info
Any additional comments?
No response
linzhe141
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.need guidanceThe approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further.