[fix] init

This commit is contained in:
2022-06-07 09:04:28 +08:00
commit 1311e08484
46 changed files with 16870 additions and 0 deletions

4
.babelrc Normal file
View File

@@ -0,0 +1,4 @@
{
"presets": ["@babel/preset-env", "@vue/babel-preset-jsx"],
"plugins": ["@babel/plugin-transform-runtime"]
}