[improvement] GoodsAction: add loading & disabled prop (#1994)

This commit is contained in:
neverland
2018-10-29 19:30:08 +08:00
committed by GitHub
parent 917473aaff
commit 28bb312320
6 changed files with 28 additions and 44 deletions
+2
View File
@@ -73,6 +73,8 @@ Use `info` prop to show messages in upper right corner of icon
|------|------|------|------|
| text | Button text | `String` | - |
| primary | Is primary button (red color) | `Boolean` | `false` |
| disabled | Whether to disable button | `Boolean` | `false` |
| loading | Whether show loading status | `Boolean` | `false` |
| 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` |