html format other components

This commit is contained in:
Matteo Pagliazzi
2019-10-12 17:05:15 +02:00
parent 7b4671fbf9
commit f99e3fab8b
180 changed files with 6536 additions and 2894 deletions

View File

@@ -3,12 +3,15 @@
<div
class="quest-image"
:class="'quest_' + item.key"
></div><h4 class="title">
></div>
<h4 class="title">
{{ itemText }}
</h4><div
</h4>
<div
class="text"
v-html="itemNotes"
></div><questInfo
></div>
<questInfo
class="questInfo"
:quest="item"
/>