This commit is contained in:
2019-11-03 16:57:15 -07:00
commit 8e9342d624
29 changed files with 9159 additions and 0 deletions

5
babel.config.js Normal file
View File

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