WARNING Compiled with 1 warnings 9:59:17 AM
✘ http://eslint.org/docs/rules/no-trailing-spaces Trailing spaces not allowed
src\App.vue:10:1
^
✘ 1 problem (1 error, 0 warnings)
Errors:
1 http://eslint.org/docs/rules/no-trailing-spaces
You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
这应该是你App.vue中第10行的末尾有空格,删了就好了