毕设专用git仓库
 
 
 
 
 
 

8 lines
175 B

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
// vue.config.js
module.exports = {
publicPath: './'
}