feat: 新增分割面板组件

This commit is contained in:
KAI
2024-12-28 15:00:09 +00:00
committed by Charles7c
parent 6ff307251f
commit b98febcff5
7 changed files with 549 additions and 131 deletions

View File

@@ -17,7 +17,7 @@ const props = withDefaults(defineProps<Props>(), {
})
interface Props {
status: 0 | 1
status: 1 | 2
}
</script>