Skip to content

Commit

Permalink
chore: update vue stories
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Oct 15, 2024
1 parent f0792bb commit 7d23f20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vue/src/components/accordion/accordion.stories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ import Vertical from './examples/vertical.vue'
<RootProvider />
</Variant>
<Variant title="ContextFocusedValue">
<RootProvider />
<ContextFocusedValue />
</Variant>
<Variant title="ContextValue">
<RootProvider />
<ContextValue />
</Variant>
<Variant title="ContextSetValue">
<RootProvider />
<ContextSetValue />
</Variant>
<Variant title="ContextGetItemState">
<RootProvider />
<ContextGetItemState />
</Variant>
</Story>
</template>

0 comments on commit 7d23f20

Please sign in to comment.