Skip to content

Popconfirm 气泡确认框

点击元素,弹出气泡式的确认框。

基础用法

气泡确认框的基本用法。

自定义按钮

自定义按钮的文字或图标。

弹出位置

设置 tu-popconfirm 元素属性的 position 值为 tl、top、tr、bl、bottom、br、lt、left、lb、rt、right、rb来配置方位。

确认框类型

通过 type 属性可以设置确认框类型。

Popconfirm API

Popconfirm Attributes

参数名描述类型默认值
popup-visible / v-model文字气泡是否可见Boolean-
default-popup-visible气泡确认框默认是否可见(非受控模式)Booleanfalse
content内容String-
position弹出位置Stringtop
type气泡确认框的类型Stringinfo
ok-text确认按钮的内容String-
cancel-text取消按钮的内容String-
ok-loading确认按钮是否为加载中状态Booleanfalse
ok-button-props确认按钮的PropsButtonProps-
cancel-button-props取消按钮的PropsButtonProps-
content-class弹出框内容的类名ClassName-
content-style弹出框内容的样式CSSProperties-
arrow-class弹出框箭头的类名ClassName-
arrow-style弹出框箭头的样式CSSProperties-
popup-container弹出框的挂载容器String HTMLElement null undefined-
on-before-ok触发 ok 事件前的回调函数。如果返回 false 则不会触发后续事件,也可使用 done 进行异步关闭。Function-
on-before-cancel触发 cancel 事件前的回调函数。如果返回 false 则不会触发后续事件。Function-

Popconfirm Events

事件名描述参数
popup-visible-change文字气泡显示状态改变时触发Function
ok点击确认按钮时触发-
cancel点击取消按钮时触发-

Popconfirm Slots

参数名描述
icon图标
content内容