问题描述:

vue-router配置路由index.js出现错误: Mixed spaces and tabs  no-mixed-spaces-and-tabs

vue-router配置路由出现错误: Mixed spaces and tabs  no-mixed-spaces-and-tabs

 


原因分析:

看错误报告,spaces tabs 猜测是格式上少了或者多了空格


解决方案:

对indx.js文件shift+alt+F格式化一下,就OK了

相关文章: