Skip to content
On this page

Button

按钮

Type

vue
<template>
    <op-space>
        <op-button type="normal">默认按钮</op-button>
        <op-button type="primary">主题按钮</op-button>
        <op-button type="dashed">幽灵按钮</op-button>
        <op-button type="link">Link 按钮</op-button>
        <op-button type="text">文本按钮</op-button>
    </op-space>
</template>

Size

vue
<template>
    <op-space>
        <op-button size="sm">小按钮</op-button>
        <op-button size="md">默认按钮</op-button>
        <op-button size="lg">大按钮</op-button>
    </op-space>
</template>

Api

PropertyDescriptionTypeDefault
type主题normal | primary | dashed | link |textnormal
size按钮尺寸sm | md | lgmd
htmlType按钮类型button | submit | resetbutton
Events NameDescriptionArguments
click按钮点击事件(event) => void