Popover
弹出层
API
参数 | 说明 | 类型(参数) | 默认值 |
---|---|---|---|
title | 标题 | string | _(当没有title时不会展示) |
position | 出现位置,可选内容:top,bottom,left,right | string | bottom |
trigger | 触发方式,可选方式:click,hover | string | click |
_ | 默认插槽:触发Popover的HTML元素 | _ | _ |
content(slot) | Popover 内嵌 HTML 文本 | _ | _ |