Hi,
I use mapMutations in methods property and I have an error. My webpack can't recognise three dots.
...mapMutations([
'deleteTodo'
]),
This is not related to Vuex.
Please make sure to enable to transform object rest spread operator for your transpiler.
For babel: https://babeljs.io/docs/plugins/transform-object-rest-spread/
Most helpful comment
This is not related to Vuex.
Please make sure to enable to transform object rest spread operator for your transpiler.
For babel: https://babeljs.io/docs/plugins/transform-object-rest-spread/