Hiroaki Ninomiya %!s(int64=8) %!d(string=hai) anos
pai
achega
84a503e293
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/ja/state.md

+ 1 - 1
docs/ja/state.md

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