摘要: vuex 的几个核心概念Store:Vuex 使用一个 Store 对象管理应用的状态,一个 Store 包括 State, Getter, Mutation, Action 四个属性。 State:State 意为“状态”,是 vuex 状态管理的数据源。 Getter:Getter 的作用与 f 阅读全文
posted @ 2020-04-03 00:04 aikell 阅读(250) 评论(0) 推荐(0)