From 7838a3fcd6f589dfcf777761d27f8d8e53bce723 Mon Sep 17 00:00:00 2001 From: Ali Alrabeah <42260976+robotpsychology@users.noreply.github.com> Date: Wed, 23 Feb 2022 14:46:04 -0500 Subject: [PATCH] Fixed class binding quotation mark typo On line 186 there is a class binding quotation mark typo inside the tag on the router configuration example that leads to an error when used. Simply changed :class="{'active-link': isActive, 'active-link-exact": isExactActive} to :class="{'active-link': isActive, 'active-link-exact': isExactActive}" in the tag. --- src/views/menubar/MenubarDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/menubar/MenubarDoc.vue b/src/views/menubar/MenubarDoc.vue index af8d66440..29a2d520a 100755 --- a/src/views/menubar/MenubarDoc.vue +++ b/src/views/menubar/MenubarDoc.vue @@ -773,4 +773,4 @@ export default { } } } - \ No newline at end of file +