diff --git a/front/src/components/ui/Layout.vue b/front/src/components/ui/Layout.vue index c19c571fb..1705b9768 100644 --- a/front/src/components/ui/Layout.vue +++ b/front/src/components/ui/Layout.vue @@ -6,13 +6,13 @@ const props = defineProps<{ noWrap?:true } & { [P in "stack" | "grid" | "flex" | "columns"]?: true | string } - & { [C in "nav" | "aside" | "header" | "footer" | "main" | "h1" | "h2" | "h3" | "h4" | "h5"]?:true }>() + & { [C in "nav" | "aside" | "header" | "footer" | "main" | "label" | "h1" | "h2" | "h3" | "h4" | "h5"]?:true }>() const columnWidth = props.columnWidth ?? 46