grammatical-error-correctio.../frontend/vue.config.js

7 lines
133 B
JavaScript
Raw Normal View History

2022-06-01 10:19:32 +02:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: [
'vuetify'
]
})