9/18 23:20

This commit is contained in:
kun
2019-09-18 23:19:04 +08:00
parent f60ff668a0
commit dd5f652106
56 changed files with 18716 additions and 6 deletions

5
babel.config.js Normal file
View File

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