more integration

This commit is contained in:
2019-09-18 11:40:28 +02:00
parent 30df02ba39
commit 2f3b6bbdf1
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -9,6 +9,9 @@
v-html="item.title"
/>
</h1>
<p v-if="item.birth && item.death">
<span>{{ item.birth }}</span> -- <span>{{ item.death }}</span>
</p>
</header>
</article>
</template>