添加友链
This commit is contained in:
parent
74d81082ca
commit
3d5e51a468
|
|
@ -46,12 +46,20 @@ cardList 后面可跟随一个数字表示每行最多显示多少个,选值
|
|||
desc: 全栈软件开发技术博客,从小白到大神!
|
||||
avatar: https://gitee.com/wangshibiao/blog_picBed2/raw/master/images/20200806151030.png
|
||||
link: https://sofineday.com
|
||||
bgColor: '#FBEBEC'
|
||||
textColor: '#603420'
|
||||
- name: 易良同学的博客
|
||||
desc: 正在努力!
|
||||
avatar: https://yiliang.site/assets/images/avatar.jpeg
|
||||
link: https://yiliang.site
|
||||
bgColor: '#FFEFE2'
|
||||
textColor: '#A05F2C'
|
||||
- name: '永远的救赎者'
|
||||
desc: 知者减半,省者全无。
|
||||
avatar: https://i.loli.net/2020/08/10/PkQMGL6pATW1vBg.jpg
|
||||
link: http://www.yuanchengcheng.vip/
|
||||
bgColor: '#FBEBEC'
|
||||
textColor: '#603420'
|
||||
```
|
||||
:::
|
||||
|
||||
|
|
|
|||
|
|
@ -620,4 +620,13 @@ actions: {
|
|||
}
|
||||
```
|
||||
|
||||
> 一个 `store.dispatch` 在不同模块中可以触发多个 action 函数。在这种情况下,只有当所有触发函数完成后,返回的 Promise 才会执行。
|
||||
> 一个 `store.dispatch` 在不同模块中可以触发多个 action 函数。在这种情况下,只有当所有触发函数完成后,返回的 Promise 才会执行。
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 更多
|
||||
|
||||
更多内容查看官方文档:<https://vuex.vuejs.org/zh/guide/modules.html>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue