报错信息:Expected error to be handled(需要处理的错误)

这是因为回调函数里面的参数error没有运用到,所以可以不设置参数,或者在回调函数内console.log(error)

vue 报错碰到的一些问题及其规范vue 报错碰到的一些问题及其规范

 报错信息:Trailing spaces not allowed(不允许尾随空格)

这是空格多了,删除多余的空格就可以了

vue 报错碰到的一些问题及其规范

 报错信息:Newline required at end of file but not found(文件末尾需要换行符,但未找到(EOL LAST))

在代码结尾最后添加一行即可

vue 报错碰到的一些问题及其规范

 

相关文章:

  • 2022-12-23
  • 2021-07-06
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2021-05-06
  • 2021-09-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案