Skip to content
CONTENTS

Popover 弹出框

基础使用

popover 提供不同方向的展示方式和触发方法,详细信息见下方文档

嵌套信息

在 Popover 中可以嵌套其他组件,以下为嵌套 empty 组件的例子。

嵌套操作

在 Popover 中可以嵌套操作

API

属性

属性名描述类型可选值默认值
v-model当触发方式为手动的时候,可以使用 v-model 进行控制触发booleantrue / falsefalse
width弹框的宽度string/number最小宽度 150px
placement出现位置stringtop/top-start/top-end/bottom/bottom-start/bottom-end/left/left-start/left-end/right/right-start/right-endtop
content要展示的文案内容string
popperClass为 popper 弹出框 添加类名string
title标题string

事件

事件名说明
after-enter显示动画播放完毕后触发
after-leave隐藏动画播放完毕后触发

Released under the MIT License.