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
@@ -106,3 +106,9 @@ Setting `type` to `flex` to enable flex layout
| span | number of column the grid spans | `string | number` | - |
| offset | number of spacing on the left side of the grid | `string | number` | - |
| tag | Custom element tag | `string` | `div` |
### Col Events
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when click col | event: Event |