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