docs: add more links (#4420)

This commit is contained in:
neverland
2019-09-10 20:27:42 +08:00
committed by GitHub
parent a80773e19e
commit 6069d72df4
17 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ Vue.use(SubmitBar);
| button-text | 按钮文字 | *string* | - | - |
| button-type | 按钮类型 | *string* | `danger` | - |
| tip | 提示文案 | *string* | - | - |
| tip-icon | 左侧图标名称或图片链接,可选值见 Icon 组件 | *string* | - | - |
| tip-icon | 左侧图标名称或图片链接,可选值见 [Icon 组件](/#/zh-CN/icon) | *string* | - | - |
| disabled | 是否禁用按钮 | *boolean* | `false` | - |
| loading | 是否显示加载中的按钮 | *boolean* | `false` | - |
| currency | 货币符号 | *string* | `¥` | - |