新的版本

This commit is contained in:
2021-02-06 23:36:46 +08:00
commit b821611027
28 changed files with 17544 additions and 0 deletions

5
babel.config.js Normal file
View File

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