mpvue框架写小程序报错 Newline required at end of file but not found

蹲街弑〆低调 提交于 2020-02-05 00:48:14

mpvue框架写小程序报错 Newline required at end of file but not found

在这里插入图片描述原因是需要在js css等后面再加一行(空行)
Newline required at end of file but not found

翻译:文件末尾需要换行符,但找不到
在文件末尾敲个回车就可以了。。。。

出现这种问题是使用了严格模式,可以在.eslintignore文件中加入.src/*
在这里插入图片描述

参考链接vue 学习报错 Newline required at end of file but not found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!