refactor: clean code

This commit is contained in:
woothu
2019-04-29 09:40:50 +02:00
parent a3532c8f40
commit 0644f3d811
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ Vue.use(Router)
export default new Router({
mode: 'hash', // https://router.vuejs.org/api/#mode
linkActiveClass: 'open active',
linkActiveClass: 'active',
scrollBehavior: () => ({ y: 0 }),
routes: [
{