Merge branch 'master' into feature/code-highlighting

This commit is contained in:
Philipp Kühn
2018-09-03 23:28:01 +02:00
8 changed files with 620 additions and 616 deletions

View File

@@ -104,6 +104,7 @@ const routes = [
const router = new VueRouter({
routes,
mode: 'history',
linkActiveClass: 'is-active',
linkExactActiveClass: 'is-exact-active',
})