Skip to content

Commit fe46e3a

Browse files
authored
Update keep-alive.md
1 parent 0112f1a commit fe46e3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/guide/built-ins/keep-alive.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ Note that:
135135

136136
- <span class="composition-api">`onActivated`</span><span class="options-api">`activated`</span> is also called on mount, and <span class="composition-api">`onDeactivated`</span><span class="options-api">`deactivated`</span> on unmount.
137137

138-
- Both hooks work for not only the root component cached by `<KeepAlive>`, but also descendant components in the cached tree.
139-
138+
- Both hooks work for not only the root component cached by `<KeepAlive>`, but also the descendant components in the cached tree.
140139
---
141140

142141
**Related**

0 commit comments

Comments
 (0)