NEW
This commit is contained in:
8
frontend/vue.config.js
Normal file
8
frontend/vue.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
pluginOptions: {
|
||||
vuetify: {
|
||||
// https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vuetify-loader
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user