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
Copy file name to clipboardExpand all lines: src/guide/built-ins/keep-alive.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,7 @@ Note that:
135
135
136
136
- <spanclass="composition-api">`onActivated`</span><spanclass="options-api">`activated`</span> is also called on mount, and <spanclass="composition-api">`onDeactivated`</span><spanclass="options-api">`deactivated`</span> on unmount.
137
137
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.
0 commit comments