# Button 按钮
# 示例
small
default
big
# 代码
<!--可直接在style内联样式中修改组件宽高,字体颜色等-->
small
<vu-button size="small" color="default">按钮</vu-button>
<vu-button size="small" color="primary">按钮</vu-button>
default
<vu-button size="default" color="success">按钮</vu-button>
<vu-button color="info">按钮</vu-button>
big
<vu-button size="big" color="warning">按钮</vu-button>
<vu-button size="big" color="error">按钮</vu-button>
# Attributes
参数 | 说明 | 类型 | 是否必填 | 默认值 | 可选值 |
---|---|---|---|---|---|
color | 按钮背景色 | String | 否 | #E44258 | default,primary,success,info,error,warning |
size | 按钮大小 | String | 否 | default | small,default,big |
# Events
事件名 | 触发条件 | 回调参数 |
---|---|---|
click | 点击按钮 | event |