码迷,mamicode.com
首页 > 其他好文 > 详细

mapAction的几种写法

时间:2020-06-14 10:30:41      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:use   div   cti   patch   pac   dispatch   ons   写法   login   

1. 

methods: mapActions(‘user‘, {
    login (dispatch) {
      dispatch(‘loginAction‘, this)
    }
  })
2.
methods: mapActions(‘user‘, [‘loginAction‘])

mapAction的几种写法

标签:use   div   cti   patch   pac   dispatch   ons   写法   login   

原文地址:https://www.cnblogs.com/huanglong1987/p/13123763.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!