We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307c1fc commit 1fb6521Copy full SHA for 1fb6521
components/descriptions/index.tsx
@@ -42,7 +42,7 @@ export const DescriptionsItem = defineComponent({
42
},
43
});
44
45
-const DEFAULT_COLUMN_MAP: Record<Breakpoint, number> = {
+const DEFAULT_COLUMN_MAP: Partial<Record<Breakpoint, number>> = {
46
xxl: 3,
47
xl: 3,
48
lg: 3,
0 commit comments