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 c8ac045 commit efbfca9Copy full SHA for efbfca9
vue.rst
@@ -61,7 +61,7 @@ Vue.jsは日本で人気のあるウェブフロントエンドのフレーム
61
// フィールドがデータ
62
count = 0;
63
64
- // 産出プロパティはゲッターとして実装
+ // 算出プロパティはゲッターとして実装
65
get message() {
66
return `カウントは${this.count}です`;
67
}
0 commit comments