[Doc] props title

This commit is contained in:
陈嘉涵
2019-05-03 09:37:24 +08:00
parent 921f8a88fb
commit e3cb465dc2
101 changed files with 279 additions and 283 deletions
+3 -3
View File
@@ -56,7 +56,7 @@ export default {
}
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -65,7 +65,7 @@ export default {
| on-close | Callback function before close | `Function` | - |
| disabled | Whether to disabled swipe | `Boolean` | `false` |
### Slot
### Slots
| Name | Description |
|------|------|
@@ -73,7 +73,7 @@ export default {
| left | content of left scrollable area |
| right | content of right scrollabe area |
### Event
### Events
| Event | Description | Arguments |
|------|------|------|