[improvement] GoodsAction: tsx (#2786)

This commit is contained in:
neverland
2019-02-18 20:59:38 +08:00
committed by GitHub
parent c372638036
commit b9d7143fb3
7 changed files with 116 additions and 80 deletions
+1 -2
View File
@@ -89,13 +89,12 @@ Use `info` prop to show messages in upper right corner of icon
|------|------|------|------|
| text | Button text | `String` | - |
| icon | Icon | `String` | - |
| icon-class | Icon class name | `String` | `''` |
| icon-class | Icon class name | `any` | `''` |
| info | Info message | `String | Number` | - |
| 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 | `String` | `false` |
#### GoodsActionBigBtn
| Attribute | Description | Type | Default |