Skip to content

Commit eac66b1

Browse files
committed
docs: translate parts of introduction
1 parent 7043225 commit eac66b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reactivity-computed-watchers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ watchEffect(
172172

173173
`flush` オプションは `'sync'` も指定できます。これは作用をいつも同期的に発火することを強制します。しかし、これは非効率的であって、ほとんど必要ないでしょう。
174174

175-
In Vue >= 3.2.0, `watchPostEffect` and `watchSyncEffect` aliases can also be used to make the code intention more obvious.
175+
Vue >= 3.2.0 では、`watchPostEffect` `watchSyncEffect` のエイリアスを使って、コードの意図をより明確にすることもできます。
176176

177177
### Watcher のデバッグ
178178

0 commit comments

Comments
 (0)