summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/router')
-rw-r--r--src/router/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/index.js b/src/router/index.js
index 61cb9023..71b90fb1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -52,7 +52,7 @@ const routes = [
const router = new VueRouter({
base: process.env.BASE_URL,
routes,
- linkExactActiveClass: 'nav__link--current'
+ linkExactActiveClass: 'nav-link--current'
});
router.beforeEach((to, from, next) => {