feat(ActionBarIcon): add icon-prefix prop (#8748)

This commit is contained in:
neverland
2021-05-23 08:55:19 +08:00
committed by GitHub
parent 41805992a3
commit 4c69fdba30
6 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export default {
| button-type | Button type | _string_ | `danger` |
| button-color | Button color | _string_ | - |
| tip | Tip | _string_ | - |
| tip-icon | Icon | _string_ | - |
| tip-icon | Tip left icon | _string_ | - |
| currency | Currency symbol | _string_ | `¥` |
| disabled | Whether to disable button | _boolean_ | `false` |
| loading | Whether to show loading icon | _boolean_ | `false` |