ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# PopConfirmButton 按钮 带有 PopConfirm 下拉菜单功能的按钮 ## Usage ```vue <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 组件](https://2x.antdv.com/components/popconfirm-cn/) **原有功能**的情况下扩展以下属性 ::: | 属性 | 类型 | 默认值 | 说明 | | ------ | --------- | ------ | ----------------------------------------- | | enable | `boolean` | true | 是否启用下拉菜单,为 false 则显示默认按钮 |