用户交互新增选择对话框,VarInput支持多选,新增CheckGroup组件

This commit is contained in:
fofolee
2025-01-09 16:37:41 +08:00
parent fe26f98809
commit 036b6fa934
14 changed files with 507 additions and 60 deletions

View File

@@ -152,6 +152,10 @@ export default defineComponent({
type: String,
default: "",
},
placeholder: {
type: String,
default: "",
},
isCollapse: {
type: Boolean,
default: true,