vuex/vuex_demo1/vue.config.js
2022-06-06 08:02:13 +08:00

6 lines
140 B
JavaScript

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