启动桌面todolist报错怎么回事啊?各位大佬谁知道

来源:4-2 使用vue-cli开发TodoList

慕容8448150

2019-08-12 10:10

 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.


写回答 关注

1回答

  • ZBMaple
    2019-08-12 17:02:39

    这应该是你App.vue中第10行的末尾有空格,删了就好了

vue2.5入门

快速理解Vue编程理念上手Vue2.0开发。

146818 学习 · 657 问题

查看课程

相似问题