# Dialog
Inform users and host relevant operations while maintaining the current page status.
# Basic Usage:
todoList
html5
css3
js
vue
typescript
显示代码
# Dialog Attribute
| Parameter | Description | Type | Optional Value | Default Value |
|---|---|---|---|---|
| title | title | String | -- | -- |
| effect | effect | String | fade,slideDown,slideUp,slideLeft,slideRight,scale | fade |
| v-model | show or hidden | Boolean | true,false | -- |
# Event
| Event name | Description | Callback parameter |
|---|---|---|
| cancel | Hit Cancel | flag=false |
| certain | Hit certain | flag=true |