Vue version
3.5.4
Link to minimal reproduction
https://github.com/ritilyn1991/testdemo.git
Steps to reproduce
npm i
npm run dev
http://localhost:8080/test1
What is expected?
console.info('activated-test1')
What is actually happening?
no console
System Info
No response
Any additional comments?
use Vue3.4 version: defineAsyncComponent in keep-alive the hook onActivated is called
use Vue3.5 version: the hook onActivated is not called
Vue version
3.5.4
Link to minimal reproduction
https://github.com/ritilyn1991/testdemo.git
Steps to reproduce
npm i
npm run dev
http://localhost:8080/test1
What is expected?
console.info('activated-test1')
What is actually happening?
no console
System Info
No response
Any additional comments?
use Vue3.4 version: defineAsyncComponent in keep-alive the hook onActivated is called
use Vue3.5 version: the hook onActivated is not called