fix: 图表未显示问题

This commit is contained in:
xiaoxian521
2021-06-22 09:58:55 +08:00
parent f8fde9107b
commit 6a89af382f
4 changed files with 144 additions and 104 deletions

View File

@@ -35,14 +35,15 @@
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.0-beta.2",
"resize-observer-polyfill": "^1.5.1",
"responsive-storage": "^1.0.1",
"v-contextmenu": "^3.0.0",
"vue": "^3.1.1",
"vue-i18n": "^9.1.6",
"vue-json-pretty": "^2.0.2",
"vue-router": "^4.0.8",
"vue-router": "^4.0.9",
"vue-types": "^3.0.2",
"vuedraggable": "^4.0.3",
"vxe-table": "^4.0.21-beta.0",
"vxe-table": "^4.0.21",
"wangeditor": "^4.0.3",
"xe-ajax": "^4.0.5",
"xe-utils": "^3.2.1",
@@ -65,8 +66,8 @@
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"typescript": "^4.2.4",
"vite": "^2.3.7",
"vite-plugin-mock": "^2.7.0",
"vite-plugin-style-import": "^0.10.1"
"vite": "^2.3.8",
"vite-plugin-mock": "^2.8.0",
"vite-plugin-style-import": "^1.0.0"
}
}