Skip to content

Commit 162b34d

Browse files
committed
fix activate hook usage note
1 parent 1aa0a44 commit 162b34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Vue.component('activate-example', {
647647
})
648648
```
649649

650-
Note the `activate` hook is only used for dynamic component swapping - it does not affect static components and manual insertions with instance methods.
650+
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.
651651

652652
### `transition-mode`
653653

0 commit comments

Comments
 (0)