fix: 修复dashboard页mock返回数据显示错误

This commit is contained in:
zhouyuf
2022-05-28 17:24:00 +08:00
parent 9bcd6d9700
commit c257ca0948
2 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@
const source = ref(props.startVal);
const disabled = ref(false);
let outputValue = useTransition(source);
const value = computed(() => formatNumber(unref(outputValue)));
watchEffect(() => {