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, }, }