ovdashboard/ui/vue.config.js

7 lines
133 B
JavaScript
Raw Normal View History

2022-09-09 16:23:04 +00:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
2022-09-09 16:38:12 +00:00
transpileDependencies: [
'vuetify'
]
2022-09-09 16:23:04 +00:00
})