摘要: 官方:https://vuex.vuejs.org/zh/guide/ 有说明: 为了在 Vue 组件中访问 this.$store property,你需要为 Vue 实例提供创建好的 store。Vuex 提供了一个从根组件向所有子组件,以 store 选项的方式“注入”该 store 的机制: 阅读全文
posted @ 2020-12-23 12:02 James2019 阅读(2050) 评论(0) 推荐(0) 编辑