Merge branch 'master' of github.com:ramonwenger/skillbox

This commit is contained in:
Ramon Wenger 2018-08-14 11:46:14 +02:00
commit ac112ca69c
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="book"> <div class="book">
<book-sidebar> <book-sidebar>
</book-sidebar> </book-sidebar>
<main> <main>
<router-view></router-view> <router-view></router-view>
</main> </main>

View File

@ -16,7 +16,6 @@ const routes = [
children: [ children: [
{path: 'topic', component: topic} {path: 'topic', component: topic}
] ]
}, },
{path: '*', component: p404} {path: '*', component: p404}
] ]