CopyButton 复制按钮
Demo
loading
Props
Name | Type | Default | Description |
---|---|---|---|
value | String | - | 复制的值 |
config | UseClipboardOptions | - | 复制配置 |
tooltipProps | TooltipProps | - | 提示框配置 |
buttonProps | ButtonProps | - | 按钮配置 |
@copied | (value:string) => void | - | 复制成功时触发 |
Slots
Name | Description |
---|---|
default | 自定义按钮内容 |
icon | 自定义图标内容 |
tooltip | 自定义提示框内容 |