Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 793 Bytes

pop-confirm-button.md

File metadata and controls

31 lines (22 loc) · 793 Bytes

PopConfirmButton 按钮

带有 PopConfirm 下拉菜单功能的按钮

Usage

<template>
  <PopConfirmButton>按钮文本</PopConfirmButton>
</template>

<script>
  import { defineComponent } from 'vue';
  import { PopConfirmButton } from '/@/components/Button';
  export default defineComponent({
    components: { PopConfirmButton },
  });
</script>

Props

::: tip 提示

保持 anv design popconfirm 组件 原有功能的情况下扩展以下属性

:::

属性 类型 默认值 说明
enable boolean true 是否启用下拉菜单,为 false 则显示默认按钮