mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] fix dialog document (#1124)
This commit is contained in:
parent
e95107f14c
commit
d2ef10991c
@ -92,8 +92,8 @@ If you need to render vue components within a dialog, you can use dialog compone
|
||||
<van-field
|
||||
v-model="password"
|
||||
type="password"
|
||||
:label="Password"
|
||||
:placeholder="Password"
|
||||
label="Password"
|
||||
placeholder="Password"
|
||||
/>
|
||||
</van-dialog>
|
||||
```
|
||||
|
@ -98,8 +98,8 @@ export default {
|
||||
<van-field
|
||||
v-model="password"
|
||||
type="password"
|
||||
:label="密码"
|
||||
:placeholder="请输入密码"
|
||||
label="密码"
|
||||
placeholder="请输入密码"
|
||||
/>
|
||||
</van-dialog>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user