2019年3月20日

摘要: 你在组件中使用 this.$store.dispatch('xxx') 分发 action,或者使用 mapActions 辅助函数将组件的 methods 映射为 store.dispatch 调用(需要先在根节点注入 store): 阅读全文
posted @ 2019-03-20 22:56 zhangzongshan 阅读(1964) 评论(0) 推荐(0) 编辑

导航