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

Commit f9b9d41

Browse files
Merge pull request #449 from ejirocodes/patch-1
fix(docs): Reveals accordion opening hidden by comment
2 parents 29fe27a + d987a3f commit f9b9d41

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)