fix(module): use @tailwindcss/forms class strategy (#278)

This commit is contained in:
Benjamin Canac
2023-06-12 14:27:08 +02:00
committed by GitHub
parent 47415322ea
commit be5f352296
6 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
:value="modelValue"
:required="required"
:disabled="disabled || loading"
class="form-select"
:class="selectClass"
@input="onInput"
>