Skip to content

按钮 Button

用于触发一个操作。

Attributes

属性描述类型推荐值默认
size按钮大小stringsmall / mini / medium / big / hugemedium
type按钮类型stringprimary / success / danger / warning / abort / normalprimary
loading是否在加载中boolean-false
disabled按钮是否禁用boolean-false
shadow是否包含阴影boolean-false
circular圆角更大的按钮boolean-false
auto自适应宽度boolean-false
ghost背景与边框反色boolean-false
icon设置图标(左边)VNode / Component--
iconRight设置图标(右边)VNode / Component--

Events

事件名称描述回调参数
click点击按钮时的回调(event) => void

Released under the MIT License.