```javascript
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
// 使用插件
// 导出store实例
export default new Vuex.Store
({state: { },
mutations: { },
actions: { }})
```
```javascript
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
// 使用插件
// 导出store实例
export default new Vuex.Store
({state: { },
mutations: { },
actions: { }})
```
本文标题:2018-03-28
本文链接:https://www.haomeiwen.com/subject/qocycftx.html
网友评论