Skip to content

Commit a3b89d5

Browse files
authored
1 parent 9270780 commit a3b89d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/computed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ computed: {
196196

197197
このケースでは `watch` オプションを使用することで、非同期処理(API へのアクセス)の実行と、その処理を実行する条件を設定できています。このようなことは算出プロパティではできません。
198198

199-
`watch` オプションに加え、命令的な [vm.\$watch API](../api/instance-methods.html#watch) を使うこともできます。
199+
`watch` オプションに加え、命令的な [vm.$watch API](../api/instance-methods.html#watch) を使うこともできます。
200200

201201
### 算出プロパティ vs 監視プロパティ
202202

0 commit comments

Comments
 (0)