2026.3.26
使用ucharts图表,兼容app 每个图表组件添加:canvas2d="false" 加载方法改成onMounted
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
},
|
||||
])
|
||||
|
||||
const current = ref(2)
|
||||
const current = ref(0)
|
||||
|
||||
watch(current, (val) => {
|
||||
switch (val) {
|
||||
|
||||
Reference in New Issue
Block a user