[improvement] directive naming-style in jsx (#2677)

This commit is contained in:
neverland
2019-02-02 17:35:32 +08:00
committed by GitHub
parent e3f4cac05d
commit 583f89f09d
16 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ export default sfc({
return (
<div class={bem()}>
<Field
v-model={data.name}
vModel={data.name}
clearable
maxlength="30"
label={t('name')}
@@ -104,7 +104,7 @@ export default sfc({
onFocus={onFocus('name')}
/>
<Field
v-model={data.tel}
vModel={data.tel}
clearable
type="tel"
label={t('tel')}