Subscribe on changes!

The activated hook dosen't called on initial mount when the component is async.

avatar
Mar 30th 2022

Version

3.2.31

Reproduction link

sfc.vuejs.org/

Steps to reproduce

  1. click the "Posts" button.
  2. click the "AsyncPosts" button.

What is expected?

console:

Posts: onActivated
AsyncPosts: onActivated

What is actually happening?

console:

Posts: onActivated

AsyncPosts component's activated hooks dosen't called on initial mount.

avatar
Mar 30th 2022

duplicate of #5095