fix: 拖动框地脚null类型异常,不支持footer插槽
This commit is contained in:
@@ -48,7 +48,7 @@ const props = defineProps({
|
||||
default: false,
|
||||
},
|
||||
footer: {
|
||||
type: Object,
|
||||
type: Object as any,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user