Dropdown
介紹使用 Dropdown 下拉式選單元件
Last updated
Was this helpful?
介紹使用 Dropdown 下拉式選單元件
Last updated
Was this helpful?
Dropdown 下拉式選單,用在讓使用者針對選取的資料採取下一步互動。點擊按鈕會出現一個懸浮區域,裡面是一系列的選項,外觀與 Select 相似,但與 Select 最大的不同之處在於 Dropdown 點擊選項後觸發選項事件,並且關閉懸浮區域。
id
String
random
size
small, large
String
v-model
String
options
Array<{ label: string; type?: ‘link’ or ‘external-link’; url: string }>
disabled
Boolean
placeholder
String
theme
primary,
success,
warning,
danger,
primary-ghost,
success-ghost,
warning-ghost,
danger-ghost
String
optionWidth
String
fixed
Boolean
v-slot:prefix
v-slot:affix
listboxClass
String
可以在 listbox 增加 classname