championswimmer / vuex-module-decorators

TypeScript/ES7 Decorators to create Vuex modules declaratively
https://championswimmer.in/vuex-module-decorators/
MIT License
1.8k stars 170 forks source link

Action method question #383

Closed qianxi0410 closed 3 years ago

qianxi0410 commented 3 years ago

In vuex, @Action modified method can not receive more than one parameter? When I use two parameters, the second parameter is always undefined.

qianxi0410 commented 3 years ago

Sorry, I have find same question #27 , now i know it.