From 9fde2e2849b7a767767f5048c84393e79f501670 Mon Sep 17 00:00:00 2001 From: younth <1084190606@qq.com> Date: Thu, 7 Sep 2023 19:11:13 +0800 Subject: [PATCH] Auto Commit --- src/App.vue | 2 +- src/components/LineChart.vue | 65 ++++++++++++++++++++++++++++++++---- 2 files changed, 60 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index bb42d34..c9d23e3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ import LineChart from './components/LineChart.vue'
- - +
diff --git a/src/components/LineChart.vue b/src/components/LineChart.vue index fe2ec58..93d9c2e 100644 --- a/src/components/LineChart.vue +++ b/src/components/LineChart.vue @@ -1,13 +1,66 @@ - -- GitLab