Uncaught Error: Module build failed: SyntaxError: E:/vue/test3/src/components/user/account_imformation.vue: Unexpected token (94:4)
92 | },
93 | computed: {
> 94 | ...mapGetters([
| ^
95 | 'name',
96 | 'avatar',
97 | 'sex',
at eval (278:1)
at Object.<anonymous> (build.js:2513)
at __webpack_require__ (build.js:660)
at fn (build.js:86)
at eval (account_imformation.vue?e184:8)
at Object.<anonymous> (build.js:4793)
at __webpack_require__ (build.js:660)
at fn (build.js:86)
at eval (287:32)
at Object.<anonymous> (build.js:2575)
这个报错是打包工具的问题吗?
杨__羊羊
慕斯709654