From 5266d9bd13c4addb90737ee417cb3aa9e7a67a05 Mon Sep 17 00:00:00 2001 From: bartvdbraak Date: Sun, 2 Feb 2020 18:16:03 +0100 Subject: [PATCH] Other links target value prop --- src/components/LeftNav.vue | 2 +- src/components/NavItem.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/LeftNav.vue b/src/components/LeftNav.vue index 106c512..e97b35f 100644 --- a/src/components/LeftNav.vue +++ b/src/components/LeftNav.vue @@ -14,7 +14,7 @@ Other Links diff --git a/src/components/NavItem.vue b/src/components/NavItem.vue index 1563466..6f0a4cd 100644 --- a/src/components/NavItem.vue +++ b/src/components/NavItem.vue @@ -6,7 +6,7 @@ - + {{ title }} @@ -28,6 +28,7 @@ export default { url: String, to: String, isActive: Boolean, + targetVal: String, }, }