Live2d Test Env
摘要: vuex是vue提供的一个集中式状态管理器,用于对数据的集中式管理。 vuex有四个重要的属性:state、mutations、actions、getters 1.vuex的使用 安装 npm install vuex 建一个文件夹(store),新建一个index文件,文件内创建状态管理器stor 阅读全文
posted @ 2021-11-17 20:23 waywardcode 阅读(362) 评论(0) 推荐(0)