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 ae778ee commit 84a503eCopy full SHA for 84a503e
docs/ja/state.md
@@ -13,7 +13,7 @@ Vuex は**単一ステートツリー (single state tree)**を使います。つ
13
``` js
14
// Vue コンポーネントの定義
15
computed: {
16
-count: function() {
+ count: function() {
17
return store.state.count
18
}
19
0 commit comments