sa-token/sa-token-demo/sa-token-demo-sso/sa-token-demo-sso-client-vue2/vue.config.js
2023-06-21 02:11:37 +08:00

5 lines
118 B
JavaScript

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