feat(Button): add icon slot (#8783)
This commit is contained in:
@@ -166,10 +166,11 @@ app.use(Button);
|
||||
|
||||
### Slots
|
||||
|
||||
| 名称 | 说明 |
|
||||
| ------- | -------------- |
|
||||
| default | 按钮内容 |
|
||||
| loading | 自定义加载图标 |
|
||||
| 名称 | 说明 |
|
||||
| -------------- | -------------- |
|
||||
| default | 按钮内容 |
|
||||
| icon `v3.0.18` | 自定义图标 |
|
||||
| loading | 自定义加载图标 |
|
||||
|
||||
### 样式变量
|
||||
|
||||
|
||||
Reference in New Issue
Block a user