feat: fix type

This commit is contained in:
MoreStrive
2024-07-05 09:48:34 +07:00
parent 554ceab3c6
commit 76d4628100
22 changed files with 133 additions and 40 deletions
@@ -8,7 +8,7 @@ const _props = defineProps<{
dataResult?: any[];
dataQuery?: string;
layout?: string;
label?: string;
label?: any;
content?: any;
}>();
@@ -8,7 +8,7 @@ const _props = defineProps<{
dataResult?: any[];
dataQuery?: string;
layout?: string;
label?: string;
label?: any;
content?: any;
}>();