vue开发时关闭校验

vue.config.js文件

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
  transpileDependencies: true,
  lintOnSave: false  //关闭校验
})

  

posted @ 2022-12-06 19:18  web格调  阅读(72)  评论(0编辑  收藏  举报