diff --git a/src/components/DataCharts.vue b/src/components/DataCharts.vue index d860f7e..042ae6d 100644 --- a/src/components/DataCharts.vue +++ b/src/components/DataCharts.vue @@ -55,7 +55,7 @@ const option: Ref = ref({ diff --git a/src/views/ChartsView.vue b/src/views/ChartsView.vue index 878aecb..a31a97f 100644 --- a/src/views/ChartsView.vue +++ b/src/views/ChartsView.vue @@ -3,7 +3,9 @@ import DataCharts from "@/components/DataCharts.vue"