[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 -1
View File
@@ -88,7 +88,7 @@ export default {
|------|------|------|------|------|
| text | 按钮文字 | `String` | - | - |
| icon | 图标 | `String` | - | - |
| icon-class | 图标额外类名 | `String` | - | - |
| icon-class | 图标额外类名 | `any` | - | - |
| info | 图标右上角提示信息 | `String | Number` | - | - |
| url | 跳转链接 | `String` | - | - |
| to | 路由跳转对象,同 `vue-router` 的 to | `String | Object` | - | - |