摘要: ###https://juejin.cn/post/7031432455357743140 ###https://juejin.cn/post/6844903705540558856 阅读全文
posted @ 2023-04-13 12:15 huihuihero 阅读(28) 评论(0) 推荐(0) 编辑
摘要: ###src/store/index.js import { createStore } from "vuex"; import modules from "./modules"; // 创建store实例 const store = createStore({ modules, }) //挂载到v 阅读全文
posted @ 2023-04-13 08:56 huihuihero 阅读(366) 评论(0) 推荐(0) 编辑