feat: fix type
This commit is contained in:
@@ -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;
|
||||
}>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user