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
@@ -107,6 +107,12 @@ Setting `type` to `flex` to enable flex layout
| offset | number of spacing on the left side of the grid | `string | number` | - |
| tag | Custom element tag | `string` | `div` |
### Row Events
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when click row | event: Event |
### Col Events
| Event | Description | Arguments |