testing of editor

This commit is contained in:
janis
2023-05-08 16:57:34 +02:00
parent 1f6fd6859a
commit b185c903dd
19 changed files with 19892 additions and 0 deletions

View File

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