mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(Field): fix field docs typo (#11152)
This commit is contained in:
parent
c98f3e19c9
commit
d2abde3fbd
@ -251,7 +251,7 @@ Use `label-align` prop to align the input value.
|
||||
v-model="value"
|
||||
label="Tel"
|
||||
placeholder="Please input tel number"
|
||||
input-align="top"
|
||||
label-align="top"
|
||||
/>
|
||||
</van-cell-group>
|
||||
```
|
||||
|
@ -270,7 +270,7 @@ export default {
|
||||
v-model="value"
|
||||
label="手机号"
|
||||
placeholder="请输入手机号"
|
||||
input-align="top"
|
||||
label-align="top"
|
||||
/>
|
||||
</van-cell-group>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user