How to use 'mapActions' and 'mapGetters' with vuex?
Closed this issue · 3 comments
arifhussain353 commented
Hanks10100 commented
You can use mapActions
and mapGetters
in Weex.
According to the error log, I think you are using a wrong syntax of spread operator (...
).
arifhussain353 commented
I guess this is the es6 syntax. I am already using this for another vue project.
Hanks10100 commented
The configure of this project maybe a little outdate, you can see much "modern" configure in the project which is generated by weex-toolkit.