feat: question update

This commit is contained in:
Jannat Patel
2024-08-09 20:38:14 +05:30
parent a3a3085b1f
commit 685e09ce4b
5 changed files with 189 additions and 114 deletions

View File

@@ -91,8 +91,7 @@
<div>
{{ option.label }}
</div>
<div class="text-xs text-gray-700">
{{ option.description }}
<div class="text-xs text-gray-700" v-html="option.description">
</div>
</div>
</slot>