<UInput
v-model="data.email"
type="email"
name="email"
autocomplete="on"
class="w-72"
placeholder="[email protected]"
:color="errors.email ? 'error' : undefined"
@update:model-value="validateField('email', data)"
/>
<UInput
v-model="data.email"
type="email"
name="email"
autocomplete="on"
class="w-72"
placeholder="[email protected]"
:color="errors.email ? 'error' : undefined"
@update:model-value="validateField('email', data)"
/>