Formatting of book
This commit is contained in:
parent
d6ee3a290f
commit
690e9a9e02
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ const routes = [
|
||||||
children: [
|
children: [
|
||||||
{path: 'topic', component: topic}
|
{path: 'topic', component: topic}
|
||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
{path: '*', component: p404}
|
{path: '*', component: p404}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue