Merge branch 'master' of github.com:ramonwenger/skillbox
This commit is contained in:
commit
ac112ca69c
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="book">
|
||||
<book-sidebar>
|
||||
</book-sidebar>
|
||||
<book-sidebar>
|
||||
</book-sidebar>
|
||||
<main>
|
||||
<router-view></router-view>
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ const routes = [
|
|||
children: [
|
||||
{path: 'topic', component: topic}
|
||||
]
|
||||
|
||||
},
|
||||
{path: '*', component: p404}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue