mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
html format other components
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user