Open
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