ERROR in [eslint]报错问题解决方式:
第一步:vue.config.js 文件配置
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false
})
第二步。win+R cmd 再次运行 npm run serve
🍓结束
后续新出会陆续补充...