docs(Field): optimize docs (#6527)

This commit is contained in:
FishPlusOrange 2020-06-12 15:27:31 +08:00 committed by GitHub
parent 6de66e0455
commit 8a016e64cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -198,8 +198,8 @@ Use `input-align` prop to align the input value
```html
<van-field
v-model="value"
:label="Text"
:placeholder="Input Align Right"
label="Text"
placeholder="Input Align Right"
input-align="right"
/>
```

View File

@ -223,8 +223,8 @@ export default {
```html
<van-field
v-model="value"
:label="文本"
:placeholder="输入框内容右对齐"
label="文本"
placeholder="输入框内容右对齐"
input-align="right"
/>
```