fix: 拖动框地脚null类型异常,不支持footer插槽

This commit is contained in:
TsMask
2024-03-07 17:00:20 +08:00
parent 7e28df210d
commit 06170ba38f
2 changed files with 2 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ const props = defineProps({
default: false,
},
footer: {
type: Object,
type: Object as any,
},
});