kui-vue
Version:
A lightweight desktop UI component library suitable for Vue.js 2.
8 lines (6 loc) • 643 B
Markdown
## Dropdown API
| 属性 | 说明 | 类型 | 默认值 |
| --------- | ---------------------------------------------------------------------------- | ------- | ----------- |
| value | 默认是否显示下拉,可使用v-model绑定 | Boolean | hover |
| trigger | 触发方式,支持hover(默认), click, custom 3种方式 | String | hover |
| placement | 菜单弹出位置:bottomLeft bottomCenter bottomRight topLeft topCenter topRight | String | bottom-left |