소스 검색

Api has chagned (#322)

Actions not in Vuex.Store constructor options.
sciooga 8 년 전
부모
커밋
ed0bae9eb4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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