Open
Description
Vue version
3.2.45
Link to minimal reproduction
Steps to reproduce
- Enter the playground
- Use the buttons to navigate between async components
What is expected?
Child.vue being a child component of Parent.vue would trigger onActivated hook when mounted. following the docs: https://vuejs.org/guide/built-ins/keep-alive.html#lifecycle-of-cached-instance
What is actually happening?
Child component starts triggering onActivated after the initial mount
System Info
No response
Any additional comments?
No response