Call an action from within another action

后端 未结 5 774
一个人的身影
一个人的身影 2021-01-30 05:03

I have the following setup for my actions:

get1: ({commit}) => {
  //things
  this.get2(); //this is my question!
},
get         


        
5条回答
提交回复
热议问题