nav is going on in header menu

This commit is contained in:
2020-02-27 15:07:17 +01:00
parent 62bde64b7b
commit 6c4f38f017
16 changed files with 436 additions and 120 deletions
+2 -3
View File
@@ -7,10 +7,9 @@
<span v-if="!loaded">Loading...</span>
</template>
<div class="content" v-html="item.tei"/>
<div class="content" v-html="item.tei" />
<template v-slot:nav>
</template>
<template v-slot:nav />
</MainContentLayout>
</template>