misc, text & toc display

This commit is contained in:
2020-07-06 15:03:02 +02:00
parent e6beb65a74
commit 5691b071a1
8 changed files with 203 additions and 90 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div id="text">
<h1>{{ textdata.content.title }}</h1>
<!-- <h1>{{ textdata.meta.title }}</h1> -->
<div class="tei" v-html="textdata.content.tei" />
</div>
</template>