From d857dc7ed697ff8a72e63b263bffdc48d5f71b49 Mon Sep 17 00:00:00 2001 From: chenJinxu <2183691628@qq.com> Date: Mon, 25 Dec 2023 18:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20EchartBox=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20=E4=BF=AE=E6=94=B9=20=E5=85=A8=E5=B1=80=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +- src/components/EchartBox.vue | 169 +++++++++++++++++++++++++++++++++++ 2 files changed, 174 insertions(+), 1 deletion(-) create mode 100644 src/components/EchartBox.vue diff --git a/src/App.vue b/src/App.vue index 2cc216a..b67625e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,4 +8,8 @@ export default { name: 'App' }; - + diff --git a/src/components/EchartBox.vue b/src/components/EchartBox.vue new file mode 100644 index 0000000..532308d --- /dev/null +++ b/src/components/EchartBox.vue @@ -0,0 +1,169 @@ + + + + +