lx/vue.config.js
zhanghongmin d985fd26f8 lx
2022-03-08 14:23:59 +08:00

5 lines
118 B
JavaScript

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