Skip to content

Commit

Permalink
feat: 新增分割面板组件
Browse files Browse the repository at this point in the history
  • Loading branch information
KAI authored and Charles7c committed Dec 28, 2024
1 parent 6ff3072 commit b98febc
Show file tree
Hide file tree
Showing 7 changed files with 549 additions and 131 deletions.
2 changes: 1 addition & 1 deletion src/components/GiCell/GiCellStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const props = withDefaults(defineProps<Props>(), {
})
interface Props {
status: 0 | 1
status: 1 | 2
}
</script>

Expand Down
Loading

0 comments on commit b98febc

Please sign in to comment.