From a4bbfeb9ad0dbece4175ebe5f7bcf18926f29101 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Mon, 28 Jul 2025 16:38:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feature:=20Column=20row=20component?= =?UTF-8?q?=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/VRow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/VRow.vue b/src/components/table/VRow.vue index 92715ce..f9b581d 100644 --- a/src/components/table/VRow.vue +++ b/src/components/table/VRow.vue @@ -3,5 +3,5 @@ import Row from 'primevue/row';