This commit is contained in:
2023-08-14 09:37:35 +08:00
commit fdf99acd25
91 changed files with 29300 additions and 0 deletions

19
.babelrc Normal file
View File

@@ -0,0 +1,19 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": [
"transform-vue-jsx",
"transform-runtime",
["import", {
"libraryName": "vant",
"libraryDirectory": "es",
"style": true
}]]
}