From d2f1a6a10d44c30f7432ec94c17a9c4ea91f49a3 Mon Sep 17 00:00:00 2001 From: szymon Date: Fri, 24 Feb 2023 14:53:28 +0100 Subject: [PATCH] fix slash --- src/components/DropdownSectionGrid.vue | 2 +- src/components/DropdownSectionSection.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DropdownSectionGrid.vue b/src/components/DropdownSectionGrid.vue index 6792d8e..31622f6 100644 --- a/src/components/DropdownSectionGrid.vue +++ b/src/components/DropdownSectionGrid.vue @@ -8,7 +8,7 @@ type="radio" v-model="value" :value="item.name"> diff --git a/src/components/DropdownSectionSection.vue b/src/components/DropdownSectionSection.vue index 76b5811..a1a3335 100644 --- a/src/components/DropdownSectionSection.vue +++ b/src/components/DropdownSectionSection.vue @@ -7,7 +7,7 @@