mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
583 B
583 B
弹出选择 Popselect
如果你想选择一些数据,还不想看到那个框子,可以使用 Popselect
演示
basic
cancelable
custom-width
multiple
V-model
Prop | Event |
---|---|
value | change |
Props
名称 | 类型 | 默认值 | 介绍 |
---|---|---|---|
value | string | number |
||
options | Array |
||
width | number |
||
multiple | boolean |
||
cancelable | boolean |
||
controller | Object |
||
arrow | boolean |
||
trigger | 'click' | 'hover' | 'manual' |
Events
名称 | 参数 | 介绍 |
---|---|---|
change | string | number | Array<string | number> | null |