sa-token/sa-token-demo/sa-token-demo-sso/sa-token-demo-sso-client-vue2/vue.config.js

5 lines
118 B
JavaScript
Raw Normal View History

2023-06-21 02:11:37 +08:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})