会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2020年7月24日
vuex
摘要: 调用 actions 函数中的方法 使用 this.$store.dispatch() 调用 mutations 函数中的方法可以使用 this.$store.commit() 在 actions 异步请求的数据想要挂载到 state 上 必须在 mutations 在用一次 mutations:
阅读全文
posted @ 2020-07-24 19:49 我是一枚前端小菜鸟
阅读(156)
评论(0)
推荐(0)
编辑