啟動(dòng)桌面todolist報(bào)錯(cuò)怎么回事啊?各位大佬誰知道
?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.
2019-08-12
這應(yīng)該是你App.vue中第10行的末尾有空格,刪了就好了