fix: todo修复

This commit is contained in:
hw
2025-11-21 18:19:42 +08:00
parent 0251dc2f3b
commit 8d7d3d5fe1
86 changed files with 963 additions and 1195 deletions

View File

@@ -8,6 +8,7 @@ const props = defineProps<{
}>();
// TODO @hw看看用 antd 的风格,还是 ele 的风格,就是下面的 item。
// 等antd修改完再调整
const item = ref(props.item);
</script>