InternetCompetition/.history/vue.config_20231030160119.js

6 lines
139 B
JavaScript

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