Skip to content

Commit

Permalink
docs(expansion-panels.md): replace -header with -title
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe authored Sep 12, 2024
1 parent 855b9b5 commit 9349dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/components/expansion-panels.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Expansion panels can be controlled externally by using the **v-model**. You will

#### Advanced

The expansion panel component provides a rich playground to build truly advanced implementations. Here we take advantage of slots in the `v-expansion-panel-header` component to react to the state of being open or closed by fading content in and out.
The expansion panel component provides a rich playground to build truly advanced implementations. Here we take advantage of slots in the `v-expansion-panel-title` component to react to the state of being open or closed by fading content in and out.

<ExamplesExample file="v-expansion-panels/misc-advanced" />

Expand Down

0 comments on commit 9349dd2

Please sign in to comment.