Browse Source

Fix indent (#644)

Hiroaki Ninomiya 8 năm trước cách đây
mục cha
commit
84a503e293
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/ja/state.md

+ 1 - 1
docs/ja/state.md

@@ -13,7 +13,7 @@ Vuex は**単一ステートツリー (single state tree)**を使います。つ
 ``` js
 ``` js
 // Vue コンポーネントの定義
 // Vue コンポーネントの定義
 computed: {
 computed: {
-count: function() {
+  count: function() {
     return store.state.count
     return store.state.count
   }
   }
 }
 }