vue警告: http://eslint.org/docs/rules/no-multiple-empty-lines  More than 1 blank line not allowed 

原因:

页面中存在多余空行

解决办法:

.eslinkrc.js文件的rules中添加换行符规则——不校验

"no-multiple-empty-lines":0,