vue2中如何關閉eslint校驗

相遇就是有缘發表於2024-05-10

開啟vue.config.js檔案,新增如下配置

module.exports = defineConfig({
  lintOnSave:false
})

相關文章