docs(Field): fix field docs typo (#11152)

This commit is contained in:
Gavin 2022-10-20 10:20:44 +08:00 committed by GitHub
parent c98f3e19c9
commit d2abde3fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ Use `label-align` prop to align the input value.
v-model="value" v-model="value"
label="Tel" label="Tel"
placeholder="Please input tel number" placeholder="Please input tel number"
input-align="top" label-align="top"
/> />
</van-cell-group> </van-cell-group>
``` ```

View File

@ -270,7 +270,7 @@ export default {
v-model="value" v-model="value"
label="手机号" label="手机号"
placeholder="请输入手机号" placeholder="请输入手机号"
input-align="top" label-align="top"
/> />
</van-cell-group> </van-cell-group>
``` ```