From bc26ddef61b444ec076894a851b3697066382af4 Mon Sep 17 00:00:00 2001 From: Hippo Date: Wed, 18 Dec 2019 19:35:48 +0530 Subject: [PATCH] Fix errors in Navbar tag type We were trying to use "tag" instead of "this.tag" and expecting it to be a String instead of an Object --- src/components/PreviousNext.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PreviousNext.vue b/src/components/PreviousNext.vue index 169c4b5..afacc57 100644 --- a/src/components/PreviousNext.vue +++ b/src/components/PreviousNext.vue @@ -11,7 +11,7 @@