Failed to compile.
./src/router/index.js
Module Error (from ./node_modules/eslint-loader/index.js):
C:\Users\Hm\Desktop\vue\vue_shop\src\router\index.js
18:4 error Unexpected trailing comma comma-dangle
✖ 1 problem (1 error, 0 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.
出现这个问题是因为vue路由不能加,(逗号)
解决方法是,把数组最后一个逗号去掉。
文章评论(0)