From 171d36ded5e1cb303e1f92bccfb8b8df6735b185 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Mon, 18 Sep 2023 14:54:20 -0400 Subject: [PATCH] Rework link logic to directive --- components/Base/Heading.vue | 2 +- components/Base/Quote.vue | 2 +- components/Base/Text.vue | 31 +------------------------------ components/Block/Code.vue | 1 + components/Nav/Banner.vue | 2 +- components/Nav/Footer.vue | 2 +- plugins/links.ts | 33 +++++++++++++++++++++++++++++++++ 7 files changed, 39 insertions(+), 34 deletions(-) create mode 100644 plugins/links.ts diff --git a/components/Base/Heading.vue b/components/Base/Heading.vue index 93f6c145..8e45d7a9 100644 --- a/components/Base/Heading.vue +++ b/components/Base/Heading.vue @@ -40,7 +40,7 @@ const iconSize = computed(() => { - + diff --git a/components/Base/Quote.vue b/components/Base/Quote.vue index 022643cc..1a2ab632 100644 --- a/components/Base/Quote.vue +++ b/components/Base/Quote.vue @@ -12,7 +12,7 @@ defineProps();