Skip to content

Commit 56ab051

Browse files
authored
Update keep-alive.md (vuejs#1467)
* Update keep-alive.md * Update keep-alive.md
1 parent d425da3 commit 56ab051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ onDeactivated(() => {
110110
</div>
111111
<div class="options-api">
112112

113-
A kept-alive component can register lifecycle hooks for these two states using [`activated`](/api/options-lifecycle.html#activated) and [`deactovated`](/api/options-lifecycle.html#deactivated) hooks:
113+
A kept-alive component can register lifecycle hooks for these two states using [`activated`](/api/options-lifecycle.html#activated) and [`deactivated`](/api/options-lifecycle.html#deactivated) hooks:
114114

115115
```js
116116
export default {

0 commit comments

Comments
 (0)