restructuring

This commit is contained in:
2023-07-18 09:00:57 +02:00
parent 98ac5c8dfc
commit 21afcdb036
94 changed files with 50 additions and 33 deletions

View File

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