0
0
Fork 0

fix: rule

This commit is contained in:
Javier Segarra 2024-09-16 10:29:36 +00:00
parent 27069e56b8
commit d384894bf0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const title = ref();
<VnRow>
<VnInput
:label="t('globals.name')"
:rules="validate('client.socialName')"
:rules="validate('client.name')"
autofocus
clearable
v-model="data.name"