We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1009b4 commit 90035acCopy full SHA for 90035ac
src/v2/api/index.md
@@ -1,7 +1,7 @@
1
---
2
title: API
3
type: api
4
-updated: 2018-12-26
+updated: 2019-01-29
5
6
7
## グローバル設定
@@ -1488,9 +1488,9 @@ updated: 2018-12-26
1488
// 関数
1489
vm.$watch(
1490
function () {
1491
- // everytime the expression `this.a + this.b` yields a different result,
1492
- // the handler will be called. It's as if we were watching a computed
1493
- // property without defining the computed property itself
+ // 式 `this.a + this.b` が異なる結果を返すたびに、ハンドラが呼び出されます。
+ // これは、算出プロパティを定義することなしに、その算出プロパティを監視している
+ // ようなものです。
1494
return this.a + this.b
1495
},
1496
function (newVal, oldVal) {
0 commit comments