-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41ccf4a
commit 55b3519
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# BaseButton 按钮组件 | ||
|
||
二次封装 `ElButton` ,支持修改主题色 | ||
|
||
BaseButton 组件位于 [src/components/Button](https://github.com/kailong321200875/vue-element-plus-admin/tree/master/src/components/Button) 内 | ||
|
||
BaseButton 已经全局引入,无需在手动引入 | ||
|
||
|
||
### 基本用法 | ||
|
||
```vue | ||
<template> | ||
<BaseButton type="primary"> Add </BaseButton> | ||
</template> | ||
``` | ||
|
||
## BaseButton 属性<span id="BaseButton"></span> | ||
|
||
支持 `ElButton` 的所有属性 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters