### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/cool-dawn-q99z2c) ### Steps to reproduce Click "add key" and "decrease key", or just wait 10s. The activated lifehook behaved different in async component, sync component and dynamic component. ### What is expected? Activated lifehook is called in async component, or just behave in the same way. ### What is actually happening? When using async component, activated lifehook is not called when loaded for the first time. When using dynamic component, activated lifehook is never called after mounted. <!-- generated by vue-issues. DO NOT REMOVE -->