摘要: 模块开启命名空间后,享有独自的命名空间。 { "模块1":{ state:{}, getters:{}, mutations:{}, actions:{} }, "模块2":{ state:{}, getters:{}, mutations:{}, actions:{} } } mapState、m 阅读全文
posted @ 2019-12-31 13:36 Tommy_marc 阅读(2486) 评论(0) 推荐(0) 编辑
摘要: 状态管理bus //通过在lib 创建bus.js,作为一个bus状态管理模块 import Vue from 'vue' const Bus = new Vue() export default Bus //a.vue <template> <div> <button @click="handle 阅读全文
posted @ 2019-12-31 13:27 Tommy_marc 阅读(218) 评论(0) 推荐(0) 编辑