Button

Props

Name Description Type Required Default
text 按钮文字 String false ''
fontSize 字号大小 Number / String false 34
color 字体颜色 String false '#fff'
loading 是否显示loading动画 Boolean false false
plain 线框风格 Boolean false false
disabled 是否禁用 Boolean false false

Events

Event Name Description Parameters
on-click 点击按钮后触发 -

Slots

Name Description Default Slot Content
default 用于替换 button 内嵌的元素 <span v-text="text"></span>