Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit c914d73

Browse files
Merge branch 'develop' into all-contributors/add-ejirocodes
2 parents c144288 + f9b9d41 commit c914d73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/pages/accordion.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ Use the style prop `_expanded` to style this state.
171171
The `CAccordionItem` component exposes a scoped slot with two variables: `isExpanded` and `isDisabled`.
172172
In the example below, we change the icon rendered by the `CAccordionIcon` based on the `CAccordionItems` expanded state.
173173

174-
```vue live=true<c-accordion :allow-toggle="true">
174+
```vue live=true
175+
<c-accordion :allow-toggle="true">
175176
<c-accordion-item>
176177
<c-accordion-header>
177178
<c-box flex="1" text-align="left">

0 commit comments

Comments
 (0)