1.使用eslint代码检查时,常见的的错误:

1.1 Expected indentation of 0 spaces but found 1

前面的空格个数不对.应该不能有空格.

1.2 Strings must use singlequote

必须使用单引号

1.3The template root requires exactly one element

<template>标签下必须有个根标签

2.

There are multiple modules with names that only differ in casing.

This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.

Use equal casing. Compare these module identifiers:.....

使用了关键字或者保留字.修改即可.

慢慢爬...

												

最新文章

  1. Intent(二)隐式调用intent
  2. 《区块链:从入门到放弃》之obc安装步骤
  3. HBase分享会议笔记
  4. 设计模式 - Template Method
  5. DELPHI 获取本月 的第一天 和 最后一天
  6. 用java模拟银行柜台排队
  7. 【多线程】--生产者消费者模式--Lock版本
  8. Matplotlib不显示图形
  9. UWP--数据绑定的几种方式
  10. sqlserver-4064
  11. springMVC注解方式+easyUI+MYSQL配置实例
  12. phpstorm 2017.3.3的安装和破解
  13. nbtstat
  14. leetcode刷题七&lt;整数反转&gt;
  15. The first day in cnblogs
  16. C# 反编译
  17. Holiday、Vacation、Days off、Leave、Break
  18. BZOJ 4399 魔法少女LJJ(线段树合并)
  19. [转]截图软件分享 - Snipaste
  20. 站点防火墙频率api php案例

热门文章

  1. ImageWatch 无法安装在VS2017环境下的解决方案
  2. redis 高可用
  3. boost库中的 program_options
  4. CSS3-3
  5. 不同版本的IDE ,对应的选项 有变化
  6. APP压力稳定性测试之monkey环境搭建
  7. mybatis 动态 SQL 官方文档
  8. 使用lamdba函数对list排序
  9. SQL-55 分页查询employees表,每5行一页,返回第2页的数据
  10. JSP学习(1)---JSP基本原理