Explorar o código

Api has chagned (#322)

Actions not in Vuex.Store constructor options.
sciooga %!s(int64=8) %!d(string=hai) anos
pai
achega
ed0bae9eb4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      docs/zh-cn/mutations.md

+ 0 - 1
docs/zh-cn/mutations.md

@@ -99,7 +99,6 @@ import { SOME_MUTATION } from './mutation-types'
 
 const store = new Vuex.Store({
   state: { ... },
-  actions: { ... },
   mutations: {
     // we can use the ES2015 computed property name feature
     // to use a constant as the function name