You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note the `activate` hook is only respected during dynamic component swapping or the initial render for static components - it does not affect manual insertions with instance methods.
712
+
Note the `activate` hook is only respected during dynamic component swapping or the initial render for static components - it does not affect manual insertions with [DOM](https://v1.vuejs.org/api/#Instance-Methods-DOM)/[lifecycle](https://v1.vuejs.org/api/#Instance-Methods-Lifecycle)instance methods.
0 commit comments