We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9270780 commit a3b89d5Copy full SHA for a3b89d5
src/guide/computed.md
@@ -196,7 +196,7 @@ computed: {
196
197
このケースでは `watch` オプションを使用することで、非同期処理(API へのアクセス)の実行と、その処理を実行する条件を設定できています。このようなことは算出プロパティではできません。
198
199
-`watch` オプションに加え、命令的な [vm.\$watch API](../api/instance-methods.html#watch) を使うこともできます。
+`watch` オプションに加え、命令的な [vm.$watch API](../api/instance-methods.html#watch) を使うこともできます。
200
201
### 算出プロパティ vs 監視プロパティ
202
0 commit comments