diff --git a/app/components/pub/base/data-table.vue b/app/components/pub/base/data-table.vue index 983559b8..b913affc 100644 --- a/app/components/pub/base/data-table.vue +++ b/app/components/pub/base/data-table.vue @@ -3,12 +3,12 @@ import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '~ defineProps<{ rows: unknown[] - cols: object - header: object[] + cols: any[] + header: any[] keys: string[] - funcParsed: object - funcHtml: object - funcComponent: object + funcParsed: Record any> + funcHtml: Record string> + funcComponent: Record any> }>() @@ -37,7 +37,12 @@ defineProps<{ />