feat: 类型支持

This commit is contained in:
2025-12-12 19:33:20 +08:00
parent 2b96cd8a53
commit fab2ff778a

View File

@ -92,7 +92,7 @@ const props = defineProps({
default: {}
},
maxHeight: {
type: Number,
type: [Number, String],
default: 666
}, search: {
type: Boolean,