vuex---mapGetters和mapActions

若有多个getter时,可用...mapGetters([ ]),需要先export引入,且是es6语法,需要安装bable插件

...mapActions([ ])同理;

这样写可以简化代码;

具体用法如下:

// productListOne.vue中


 

你可能感兴趣的:(框架)