Vue3配置路由ERROR in [eslint]报错问题

 Vue3配置路由ERROR in [eslint]报错问题_第1张图片

 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

Vue3配置路由ERROR in [eslint]报错问题_第2张图片

 Vue3配置路由ERROR in [eslint]报错问题_第3张图片

结束

     后续新出会陆续补充...

你可能感兴趣的:(Vue.js,bug报错,vue.js,javascript,前端)