向下弹出的列表。
何时使用
当页面上的操作命令过多时,用此组件可以收纳操作元素。点击或移入触点,会出现一个下拉菜单。可在列表中进行选择,并执行相应的命令。
- 用于收罗一组命令操作。
- Select 用于选择,而 Dropdown 是命令集合。
API
属性如下
参数 | 说明 | 类型 | 默认值 | |
---|---|---|---|---|
destroyOnHide | 关闭后是否销毁 Dropdown | boolean | false | |
disabled | 菜单是否禁用 | boolean | - | |
getTriggerContainer | 菜单渲染父节点。默认渲染到 body 上,如果你遇到菜单滚动定位问题,试试修改为滚动的区域,并相对其定位。 | Function(triggerNode) | () => document.body |
|
overlay(v-slot) | 菜单 | Menu | - | |
overlayClassName | 下拉根元素的类名称 | string | - | |
overlayStyle | 下拉根元素的样式 | object | - | |
placement | 菜单弹出位置 | bottomLeft | bottom | bottomRight | topLeft | top | topRight |
bottomLeft |
|
trigger | 触发下拉的行为, 移动端不支持 hover | Array<click |hover |contextmenu > |
['hover'] |
|
visible(v-model:visible) | 菜单是否显示 | boolean | - |
事件
事件名称 | 说明 | 回调参数 |
---|---|---|
onUpdateValue | 菜单显示状态改变时调用,参数为 visible。点击菜单按钮导致的消失不会触发 | function(visible) |
Oinone社区 作者:汤乾华原创文章,如若转载,请注明出处:https://doc.oinone.top/frontend/components/4950.html
访问Oinone官网:https://www.oinone.top获取数式Oinone低代码应用平台体验