From e0267fae7804e964963b68aafbb506cb5c8e1c47 Mon Sep 17 00:00:00 2001 From: Croos3r Date: Thu, 18 Jul 2024 11:36:57 +0200 Subject: [PATCH] fix(link): invalid href prop, forgotten v-else Took 14 minutes --- src/components/LLink.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/LLink.vue b/src/components/LLink.vue index 460a41b..b1b2332 100644 --- a/src/components/LLink.vue +++ b/src/components/LLink.vue @@ -12,12 +12,12 @@ const open = ref(false);