feat(Row): add click event (#4170)

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