You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/collapse/index.en-US.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ A content area which can be collapsed and expanded.
20
20
| Property | Description | Type | Default | Version |
21
21
| --- | --- | --- | --- | --- |
22
22
| accordion | If `true`, `Collapse` renders as `Accordion`| boolean |`false`||
23
-
| activeKey(v-model) | Key of the active panel | string\[]\| string <br> number\[]\| number | No default value. In `accordion` mode, it's the key of the first panel. ||
23
+
| activeKey(v-model) | Key of the active panel | string\[]\| string <br> number\[]\| number | No default value. In [accordion mode](#components-collapse-demo-accordion), it's the key of the first panel. ||
24
24
| bordered | Toggles rendering of the border around the collapse block | boolean |`true`||
25
25
| collapsible | Specify whether the panels of children be collapsible or the trigger area of collapsible |`header`\|`icon`\|`disabled`| - | 4.0 |
0 commit comments