This commit is contained in:
kandrusyak
2023-01-15 20:07:30 +03:00
commit 1d6c521ed6
13 changed files with 6328 additions and 0 deletions

4
vue.config.js Normal file
View File

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