【无标题】
编译问题错误Compiled with problems:错误1错误的文件地址C:\mye1\src\views\HomeView.vue第三行的第一个字符3:1 error Mixed spaces and tabs no-mixed-spaces-and-tabs第四行的第一个字符4:1 error Mixed spaces and tabs n...
编译问题 错误 Compiled with problems:
错误1

错误的文件地址 C:\mye1\src\views\HomeView.vue
第三行的第一个字符 3:1 error Mixed spaces and tabs no-mixed-spaces-and-tabs
第四行的第一个字符 4:1 error Mixed spaces and tabs no-mixed-spaces-and-tabs
错误原因混合的空格 和 tab no-mixed-spaces-and-tabs
可以在 .eslintrc.js中进行移除 不到万不得已不建议移除

错误2

错误显示

错误出现的位置
ERROR in ./src/views/HomeView.vue?
第6行第0个字符有个不应该出现的关键字 const
Unexpected keyword 'const'. (6:0)
第63-64行两个^之间有错误

错误3

错误显示

../views/admin/AdminVeiw.vue 文件名错误
错误4

错误发生在 Homeview.vue ERROR in ./src/views/HomeView.vue
标签没有结束标签 ![]()
第二行的div 没有 
错误5

没有捕捉到(承诺)类型错误:不能读取


更多推荐



所有评论(0)