2026.3.26

使用ucharts图表,兼容app
每个图表组件添加:canvas2d="false"
加载方法改成onMounted
This commit is contained in:
2026-03-26 14:49:26 +08:00
parent ab4646b43a
commit 925e9f1876
115 changed files with 413 additions and 424 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
},
])
const current = ref(2)
const current = ref(0)
watch(current, (val) => {
switch (val) {