vuex (5)
摘要:
Action Action 类似于 mutation, 不同在于: Action 提交的是mutation, 而不是直接变更状态 Action 可以包含任意异步操作 const store = createStore({ state: { count:0 }, mutations: { increm 阅读全文
posted @ 2022-02-11 14:52 zhishiyv 阅读(44) 评论(0) 推荐(0)
posted @ 2022-02-11 14:52 zhishiyv 阅读(44) 评论(0) 推荐(0)