feat: add multiple examples (#5564)

This commit is contained in:
木槿花开
2020-01-14 10:15:35 +08:00
committed by neverland
parent c29372b114
commit a530c0314c
12 changed files with 310 additions and 7 deletions
+13
View File
@@ -195,6 +195,19 @@ Textarea Field can be auto resize when has `autosize` prop
/>
```
### Input Align
Use `input-align` prop to align the input value
```html
<van-field
v-model="value"
:label="Text"
:placeholder="Input Align Right"
input-align="right"
/>
```
## API
### Props