Skip to content

Commit 84a503e

Browse files
trebyktsn
authored andcommitted
Fix indent (#644)
1 parent ae778ee commit 84a503e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Vuex は**単一ステートツリー (single state tree)**を使います。つ
1313
``` js
1414
// Vue コンポーネントの定義
1515
computed: {
16-
count: function() {
16+
count: function() {
1717
return store.state.count
1818
}
1919
}

0 commit comments

Comments
 (0)