fix: #6943 use v-model
This commit is contained in:
parent
940fe5c2b9
commit
51460c1138
|
@ -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')"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue