摘要: vuex的流程 页面通过mapAction异步提交事件到action。action通过commit把对应参数同步提交到mutation mutation会修改state中对应的值。最后通过getter把对应值跑出去,在页面的计算属性中,通过 mapGetter来动态获取state中的值 vuex有哪 阅读全文
posted @ 2019-12-24 18:53 不讲究ii 阅读(2445) 评论(0) 推荐(0) 编辑