vue3.0报错 You may use special comments to disable some warnings. Use // eslint-disable-next-line

  • Post author:
  • Post category:vue




vue3.0 报错

You may use special comments to disable some warnings.     
Use // eslint-disable-next-line to ignore the next line.   
Use /* eslint-disable */ to ignore all warnings in a file.

找到package.json

找到此处的extneds

在这里插入图片描述

删除prettier

重新使用npm run serve运行项目



版权声明:本文为weixin_43490111原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。