[new feature] add grid component (#3669)
This commit is contained in:
+2
-2
@@ -113,7 +113,7 @@ Vue.use(Cell).use(CellGroup);
|
||||
| border | Whether to show inner border | `Boolean` | `true` |
|
||||
| center | Whether to center content vertically | `Boolean` | `true` |
|
||||
| url | Link URL | `String` | - |
|
||||
| to | Target route of the link, same as to of `vue-router` | `String | Object` | - |
|
||||
| to | Target route of the link, same as to of vue-router | `String | Object` | - |
|
||||
| replace | If true, the navigation will not leave a history record | `Boolean` | `false` |
|
||||
| clickable | Whether to show click feedback when clicked | `Boolean` | `false` |
|
||||
| is-link | Whether to show link icon | `Boolean` | `false` |
|
||||
@@ -128,7 +128,7 @@ Vue.use(Cell).use(CellGroup);
|
||||
|
||||
| Event | Description | Arguments |
|
||||
|------|------|------|
|
||||
| click | Triggered when click cell | - |
|
||||
| click | Triggered when click cell | event: Event |
|
||||
|
||||
### Cell Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user