From db73f3132de1b09e5cb3cd5c9625a875ef81bb5f Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Mon, 15 Apr 2024 10:03:35 +0800 Subject: [PATCH] 1 --- src/view/yl.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/view/yl.vue b/src/view/yl.vue index 0bed06b..dfa7771 100644 --- a/src/view/yl.vue +++ b/src/view/yl.vue @@ -17,16 +17,16 @@
-
+
- +
- +
@@ -105,6 +105,12 @@ import ePie2 from "./echarts/pie2.vue"; import eGraph from "./echarts/graph.vue"; import ePie3d from "./echarts/pie3d.vue"; import waterBall from "./echarts/waterBall.vue"; +import { ref, onMounted, onBeforeMount } from "vue"; +const leftchoose =ref({ + first:'1', + second:'2', + third:'3' +})