调整完毕

This commit is contained in:
aixianling
2024-04-18 19:17:17 +08:00
parent f3e1580fef
commit a20fcb413a
6 changed files with 188 additions and 170 deletions

View File

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