fix: #6943 use v-model

This commit is contained in:
Javier Segarra 2024-11-29 13:27:36 +01:00
parent 940fe5c2b9
commit 51460c1138
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ async function hasCustomerRole() {
:rules="validate('client.email')"
clearable
type="email"
data.account.name
v-model="data.account.email"
class="q-mt-sm"
:info="t('This email is used for user to regain access their account')"
/>