Vuex Actionsで指定されているように、Vuex でmapActionsを使用しようとしています。
methods:{
...mapActions([
'increment' // map this.increment() to this.$store.dispatch('increment')
])
}
しかし、それはで私SyntaxError: Unexpected token
を与えてい...
ます。何が問題なのか、質問にどのような詳細を含める必要があるのか わかりません。