This commit is contained in:
FireMasterK 2020-11-06 09:06:25 +05:30
commit ec24841f1a
11 changed files with 12332 additions and 0 deletions

5
babel.config.js Normal file
View file

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