左侧报表

This commit is contained in:
2024-01-02 17:57:27 +08:00
parent a7fbd4e7df
commit 2a43b419db
25 changed files with 621 additions and 375 deletions

View File

@@ -1,6 +1,8 @@
{
"presets": [
["env", {
["es2015", { "modules": false }],
[
"env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
@@ -11,9 +13,12 @@
"plugins": [
"transform-vue-jsx",
"transform-runtime",
["import", {
"libraryName": "vant",
"libraryDirectory": "es",
"style": true
}]]
}
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}