[Doc] fix dialog document (#1124)
This commit is contained in:
@@ -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>
|
||||
```
|
||||
@@ -144,4 +144,4 @@ export default {
|
||||
| Event | Description | Parameters |
|
||||
|-----------|-----------|-----------|
|
||||
| confirm | Triggered when click confirm button | - |
|
||||
| cancel | Triggered when click cancel button | - |
|
||||
| cancel | Triggered when click cancel button | - |
|
||||
|
||||
Reference in New Issue
Block a user