chore: fixed linters

This commit is contained in:
Jannat Patel
2024-08-12 10:04:42 +05:30
parent 61f01cc51b
commit 7f7986d77a
4 changed files with 53 additions and 49 deletions

View File

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