项目初始化

This commit is contained in:
chenxiaoxi
2021-04-19 18:00:27 +08:00
commit b2620a08a1
164 changed files with 14408 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
/**
* @description babel.config
*/
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
}