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
@@ -13,7 +13,7 @@ const _props = defineProps<{
dataResult?: any[];
dataQuery?: string;
component?: any;
label?: string;
label?: any;
}>();
const SETTING_OPTIONS = {