[new feature] GoodsActionIcon: add icon slot (#3705)

This commit is contained in:
neverland
2019-07-01 14:55:18 +08:00
committed by GitHub
parent a7b4b4c219
commit bb43ff270d
5 changed files with 63 additions and 8 deletions
+13
View File
@@ -119,3 +119,16 @@ Use `info` prop to show messages in upper right corner of icon
| url | Link | `String` | - |
| 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` |
### GoodsActionIcon Slots
| Name | Description |
|------|------|
| default | Text |
| icon | Custom icon |
### GoodsActionButton Slots
| Name | Description |
|------|------|
| default | Button content |