aabbcc/vue.config.js
username 8c4bc4485e 1
2024-05-27 19:54:39 +08:00

5 lines
118 B
JavaScript

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