feat: allow auto resolve waiting option (#11436)

This commit is contained in:
Shivam Mishra
2025-05-08 12:52:17 +05:30
committed by GitHub
parent bfddc4da24
commit c87b2109a9
10 changed files with 92 additions and 27 deletions

View File

@@ -34,13 +34,13 @@ defineProps({
</div>
<div
v-if="errorMessage && hasError"
class="text-xs mt-2 ml-px text-n-ruby-9 leading-tight"
class="text-sm mt-1.5 ml-px text-n-ruby-9 leading-tight"
>
{{ errorMessage }}
</div>
<div
v-else-if="helpMessage || $slots.help"
class="text-xs mt-2 ml-px text-n-slate-10 leading-tight"
class="text-sm mt-1.5 ml-px text-n-slate-10 leading-tight"
>
<slot name="help">
{{ helpMessage }}