# PopConfirmButton 按钮

带有 PopConfirm 下拉菜单功能的按钮

## Usage

```vue
<template>
  <PopConfirmButton>按钮文本</PopConfirmButton>
</template>

<script lang="ts" setup>
  import { PopConfirmButton } from '@eciol/ant-ui';
</script>
```

## Props

::: tip 提示

**保持** [anv design popconfirm 组件](https://www.antdv.com/components/popconfirm-cn/) **原有功能**的情况下扩展以下属性

:::

| 属性   | 类型      | 默认值 | 说明                                      |
| ------ | --------- | ------ | ----------------------------------------- |
| enable | `boolean` | true   | 是否启用下拉菜单，为 false 则显示默认按钮 |
