build.js:11790 ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/view/app.vueModule build failed: SyntaxError: G:/newDome/src/view/app.vue: Unexpected token (20:8)
闭关修行中......
The curly braces are written wrongIt should be...mapActions(['cz'])
methods: { ...mapActions(['cz']) }
The curly braces are written wrong
It should be
...mapActions(['cz'])