vue报错:Missing space before function parentheses

问题描述

Missing space before function parentheses


解决方案

  1. 修改项目根目录下.eslintrc.js文件,在rules节点下增加"space-before-function-paren": 0,
  2. 再次运行:npm run dev即可。

附录

参考资料:https://www.jianshu.com/p/2f5cded8a2d3

你可能感兴趣的:(vue报错:Missing space before function parentheses)