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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ export default {
129
129
130
130
Note that:
131
131
132
-
- <spanclass="composition-api">`onActivated`</span><spanclass="options-api">`activated`</span> is also called on mount, and <spanclass="composition-api">`onDectivated`</span><spanclass="options-api">`deactivated`</span> on unmount.
132
+
- <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.
133
133
134
134
- Both hooks work for not only the root component cached by `<KeepAlive>`, but also descendent components in the cached tree.
0 commit comments