[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
+2 -2
View File
@@ -1,8 +1,8 @@
<template>
<div ref="root">
<field
:label="$t('label.address')"
:placeholder="$t('placeholder.address')"
:label="$t('label')"
:placeholder="$t('placeholder')"
maxlength="200"
type="textarea"
autosize