feat(Col): add click event (#4169)

This commit is contained in:
neverland
2019-08-21 10:14:15 +08:00
committed by GitHub
parent 66f3aac389
commit 6b8fbfb290
4 changed files with 32 additions and 1 deletions
+6
View File
@@ -109,3 +109,9 @@ Layout 组件提供了`24列栅格`,通过在`Col`上添加`span`属性设置
| span | 列元素宽度 | `string | number` | - | - |
| offset | 列元素偏移距离 | `string | number` | - | - |
| tag | 自定义元素标签 | `string` | `div` | - |
### Col Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击时触发 | event: Event |