wip: object list fixed

This commit is contained in:
overtrue
2025-10-29 22:37:32 +08:00
parent dfc9340193
commit de7a1b13b4
+7
View File
@@ -0,0 +1,7 @@
import type { RowData } from '@tanstack/vue-table'
declare module '@tanstack/vue-table' {
interface ColumnMeta<TData extends RowData, TValue> {
maxWidth?: string | number
}
}