Skip to content

Commit fc0ea53

Browse files
committed
clarify note about activate hook
1 parent 6d953bc commit fc0ea53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Vue.component('activate-example', {
709709
})
710710
```
711711

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 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.
713713

714714
### `transition-mode`
715715

0 commit comments

Comments
 (0)