vue---报错error: Unexpected console statement (no-console)

Error message:  error: Unexpected Console of Statement (NO-Console) AT src \ views \ department.vue: 183: 7 ..........

Solution:

1, the root directory edit item [] in [package.json eslintConfig: {} [] in the "rules": {}}, add a line of code: [ "no-console": "off " ]

2, save [ npm install ] 

 

Published 147 original articles · won praise 33 · views 30000 +

Guess you like

Origin blog.csdn.net/maidu_xbd/article/details/103188930