feat: 类型支持
This commit is contained in:
@ -92,7 +92,7 @@ const props = defineProps({
|
|||||||
default: {}
|
default: {}
|
||||||
},
|
},
|
||||||
maxHeight: {
|
maxHeight: {
|
||||||
type: Number,
|
type: [Number, String],
|
||||||
default: 666
|
default: 666
|
||||||
}, search: {
|
}, search: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|||||||
Reference in New Issue
Block a user