创建项目之后,只要是引入了或者定义了,但后面未使用都会报错“'xxx' is assigned a value but never used”;网上解决方法也有很多,在此,自己做下记录,解决方法是:在package.json中搜索“rules”,加入:

"rules": {
            "generator-star-spacing": "off",
            "no-debugger": "off",
            "no-tabs": "off",
            "no-unused-vars": "off",
            "no-console": "off",
            "no-irregular-whitespace": "off"
        }

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐