run npm dev Times error
sources of topics and their own ideas
error in. / Input.vue
Syntax Error: Unexpected token (36:4)
34 |},
35 | methods: {
36 | .mapMutations ([)
| ^
37 | "changeStateFlag",
38 | "changeComponentName"
39 |],
related codes
/ / Please paste the code text below (do not replace the code with pictures)
methods: {
...mapMutations([
"changeStateFlag",
"changeComponentName"
]),