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

Commit 2f38ffb

Browse files
authored
Update package.json
1 parent 01da386 commit 2f38ffb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/components/collapse/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@
2121
"components": [
2222
{
2323
"component": "BCollapse",
24+
"props": [
25+
{
26+
"prop": "isNav",
27+
"description": "When set, signifies that hte collapse is bart of a navbar, enabling certain features for navbar support"
28+
},
29+
{
30+
"prop": "accordion",
31+
"description": "The name of the accordion group that this collapse belongs to"
32+
},
33+
{
34+
"prop": "visible",
35+
"description": "When 'true', expands the collapse"
36+
}
37+
],
2438
"events": [
2539
{
2640
"event": "input",

0 commit comments

Comments
 (0)