This commit is contained in:
zhbaor 2021-04-21 10:20:29 +08:00
commit 24b154d07f
16 changed files with 13326 additions and 0 deletions

3
babel.config.js Normal file
View file

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