This commit is contained in:
Alexis
2021-03-01 13:56:28 +01:00
commit 7f0d5a3c27
19 changed files with 13271 additions and 0 deletions

3
babel.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
presets: ["@vue/cli-plugin-babel/preset"]
};