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

The decorator ‘@Action’ cannot get a return value #262

Open ki-tion opened 4 years ago

ki-tion commented 4 years ago

When I use ‘vuex-module-decorators’, I use ‘‘ action ’’ (with a return value) defined by ‘@Action’ and I do n’t get the return value when calling the vue page

razorness commented 4 years ago

Do you use promise resp. async/await?