[Improvement] Locale: optimize i18 config (#701)

This commit is contained in:
neverland
2018-03-16 13:31:19 +08:00
committed by GitHub
parent 966c8afce0
commit f26ad3b912
12 changed files with 65 additions and 108 deletions

View File

@@ -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')"
/>