From 3f2dfc95b37cef7138fa398434227d5729b02e5d Mon Sep 17 00:00:00 2001 From: upsiflu Date: Fri, 3 Jan 2025 14:36:06 +0100 Subject: [PATCH] feat(ui): Layout section component --- front/src/components/ui/Layout.vue | 2 - front/src/components/ui/layout/Section.vue | 76 +++----------- front/ui-docs/components/ui/layout/section.md | 99 ++----------------- 3 files changed, 17 insertions(+), 160 deletions(-) diff --git a/front/src/components/ui/Layout.vue b/front/src/components/ui/Layout.vue index 93687021d..3a0b97f29 100644 --- a/front/src/components/ui/Layout.vue +++ b/front/src/components/ui/Layout.vue @@ -31,8 +31,6 @@ const attributes = computed(() => ({ props.columns ? 'columns' : 'stack' })) - -console.log("GRID", props.grid, props.grid ? 'grid-custom' : 'none')