fix: import components

This commit is contained in:
Qiuxia Fan
2022-01-04 22:59:23 +08:00
parent b9a6e648ae
commit 0f09e4b0f7
5 changed files with 42 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ import Area from "./Area.vue";
import Line from "./Line.vue";
import Bar from "./Bar.vue";
import Heatmap from "./Heatmap.vue";
// import ProgressBar from "./ProgressBar.vue";
import ProgressBar from "./ProgressBar.vue";
import Table from "./Table.vue";
import Pie from "./Pie.vue";
import Card from "./Card.vue";
@@ -28,7 +28,7 @@ export default {
Line,
Bar,
Heatmap,
// ProgressBar,
ProgressBar,
Area,
Table,
Pie,