mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[Improvement] Locale: optimize i18 config (#701)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<field
|
||||
v-model="currentInfo.name"
|
||||
maxlength="30"
|
||||
:label="$t('name')"
|
||||
:placeholder="$t('namePlaceholder')"
|
||||
:label="$t('contact')"
|
||||
:placeholder="$t('name')"
|
||||
:error="errorInfo.name"
|
||||
@focus="onFocus('name')"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user