feat: fix type
This commit is contained in:
@@ -13,7 +13,7 @@ const _props = defineProps<{
|
||||
dataResult?: any[];
|
||||
dataQuery?: string;
|
||||
component?: any;
|
||||
label?: string;
|
||||
label?: any;
|
||||
}>();
|
||||
|
||||
const SETTING_OPTIONS = {
|
||||
|
||||
Reference in New Issue
Block a user