Skip to content
On this page

Button 按钮

基本使用

按钮的 type 分别为 defaulttertiaryprimaryinfosuccesswarningerror

基本使用
<template>
  <div>
    <h-button>Default</h-button>
    <h-button type="primary">Primary</h-button>
    <h-button type="info">Info</h-button>
    <h-button type="warning">Warning</h-button>
    <h-button type="error">Error</h-button>
    <h-button type="error" size="small">Error</h-button>
  </div>
</template>

<script lang="ts" setup></script>

<style scoped lang="scss">
* {
  margin-left: 10px;
}
</style>

组件 API

Attributes 属性

参数说明类型可选值默认值

Methods 方法

方法名说明参数返回值

Events 事件

事件名说明参数返回值

Slots 插槽

插槽名说明参数