美文网首页
2018-03-28

2018-03-28

作者: 编程小王子 | 来源:发表于2019-06-07 20:45 被阅读0次

    ```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