Skip to content
On this page

按钮组件(内置防抖功能)

基础用法

提示文字

2、配置参数(Attributes)继承 el-button Attributes

参数说明类型默认值
size尺寸'large' / 'default' / 'small'-
type类型'default / 'primary / 'success / 'warning / 'danger'-
plain是否朴素按钮booleanfalse
round是否圆角按钮booleanfalse
circle是否圆形按钮booleanfalse
time防抖的时间number1000
tip提示文字,常用于type="text" 或拥有text,link 属性的buttonstring-
placementTooltip 组件出现的位置继承el-tooltiptop
tipPropsTooltip 组件的配置参数,详情可看 element-plus官网object-

placement 类型

'top' / 'top-start' / 'top-end' / 'bottom' / 'bottom-start' / 'bottom-end' / 'left' / 'left-start' / 'left-end' / 'right' / 'right-start' / 'right-end'