🌐 AI搜索 & 代理 主页
Skip to content

Commit 55be7df

Browse files
committed
Update package.json
1 parent b47a94d commit 55be7df

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/components/form-select/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,30 @@
6868
]
6969
}
7070
]
71+
},
72+
{
73+
"component": "BFormSelectOption",
74+
"aliases": [
75+
"BSelectOption"
76+
],
77+
"props": [
78+
{
79+
"prop": "value",
80+
"description": "The value of the option"
81+
}
82+
]
83+
},
84+
{
85+
"component": "BFormSelectOptionGroup",
86+
"aliases": [
87+
"BSelectOptionGroup"
88+
],
89+
"slots": [
90+
{
91+
"name": "first",
92+
"description": "Slot to place options or option groups above options provided via the 'options' prop"
93+
}
94+
]
7195
}
7296
]
7397
}

0 commit comments

Comments
 (0)