VUEX 学习

语法   翻译  功能介绍

module(模块)
extend(扩展)
extract(提取)
export(输出)
router(路由器)
components(组件)

store(储存)
state (声明、状态):全局的状态树
mutations(突变):修改 state 的行为
actions(动作):执行修改的动作
computed(计算)

mounted(安装):




原文地址:https://www.cnblogs.com/renzhituteng/p/6629200.html