单独构建大屏ui库,避免引入混乱

This commit is contained in:
aixianling
2024-04-12 10:22:47 +08:00
parent a4d4e3cea5
commit b5523f5f40
191 changed files with 374 additions and 355 deletions

View File

@@ -0,0 +1,7 @@
import pie from "./template/pie"
import line from "./template/line";
import bar from "./template/bar";
export default {
...bar, ...line, ...pie
}