PopConfirmButton
Less than 1 minute
PopConfirmButton button
Button with PopConfirm dropdown menu functionality
Usage
<template>
<PopConfirmButton>按钮文本</PopConfirmButton>
</template>
<script>
import { defineComponent } from "vue";
import { PopConfirmButton } from "/@/components/Button";
export default defineComponent({
components: { PopConfirmButton },
});
</script>
Props
tip
Keep anv design popconfirm component In the case of original function, expand the following properties
Property | Type | Default | Description |
---|---|---|---|
enable | boolean | true | Whether to enable the drop-down menu, false to show the default button |