mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 02:16:12 +08:00
docs(Field): optimize docs (#6527)
This commit is contained in:
parent
6de66e0455
commit
8a016e64cb
@ -198,8 +198,8 @@ Use `input-align` prop to align the input value
|
|||||||
```html
|
```html
|
||||||
<van-field
|
<van-field
|
||||||
v-model="value"
|
v-model="value"
|
||||||
:label="Text"
|
label="Text"
|
||||||
:placeholder="Input Align Right"
|
placeholder="Input Align Right"
|
||||||
input-align="right"
|
input-align="right"
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
@ -223,8 +223,8 @@ export default {
|
|||||||
```html
|
```html
|
||||||
<van-field
|
<van-field
|
||||||
v-model="value"
|
v-model="value"
|
||||||
:label="文本"
|
label="文本"
|
||||||
:placeholder="输入框内容右对齐"
|
placeholder="输入框内容右对齐"
|
||||||
input-align="right"
|
input-align="right"
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user