Skip to content

Commit 7bcde13

Browse files
wxsmsnaokie
authored andcommitted
Update custom-directives.md (#1215)
1 parent 863d716 commit 7bcde13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/custom-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Vue.directive('highlight', {
4545
- bind → **beforeMount**
4646
- inserted → **mounted**
4747
- **beforeUpdate**: 追加されました!これは、コンポーネントのライフサイクルフックのように、要素自体が更新される前に呼び出されます。
48-
- update → 削除されました!updated と似たようなものが多すぎて冗長です。代わりに updated を使ってください。
48+
- update → 削除されました! `updated` と似たようなものが多すぎて冗長です。代わりに `updated` を使ってください。
4949
- componentUpdated → **updated**
5050
- **beforeUnmount**: 追加されました!コンポーネントのライフサイクルフックと同様に、要素がマウント解除される直前に呼び出されます。
5151
- unbind -> **unmounted**

0 commit comments

Comments
 (0)