kui-vue
Version:
A high quality UI Toolkit built on Vue.js 2.0
7 lines • 820 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 |
| showPlacementArrow | 是否显示菜单箭头 | Boolean | false |