Skip to content

Commit 5304da0

Browse files
naokiekazupon
andauthored
fix: corrected the translation of 'patch'
Co-authored-by: kazuya kawaguchi <kawakazu80@gmail.com>
1 parent 89884c7 commit 5304da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
- **詳細:**
7979

80-
データの変更後に仮想 DOM が再レンダリングされ、適用された後に呼び出されます
80+
データの変更後に仮想 DOM が再レンダリングされ、patch が適用された後に呼び出されます
8181

8282
このフックが呼び出されたときには、コンポーネントの DOM は更新されているので、ここで DOM に依存した操作を行うことができます。しかしほとんどの場合、フックの中で状態を変更することは避けるべきです。状態を変更するためには、通常代わりに [算出プロパティ](./options-data.html#computed)[ウォッチャ](./options-data.html#watch) を使うほうがよいでしょう。
8383

0 commit comments

Comments
 (0)