From 9a7913bb43c1cd1d4897e4fabc69f48484482c4a Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 30 Dec 2024 20:46:03 +0530 Subject: [PATCH] fix: do not inherrit attrs in Section component --- frontend/src/components/Section.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/components/Section.vue b/frontend/src/components/Section.vue index 3aaa2c3fd..ec07996fc 100644 --- a/frontend/src/components/Section.vue +++ b/frontend/src/components/Section.vue @@ -81,3 +81,8 @@ function close() { opened.value = false } +