Skip to content

Commit

Permalink
chore: fix options list stories
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Feb 6, 2025
1 parent de4bf7b commit cfd06eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
component: VaOptionList,
}

export const Default = defineComponent({
export const Default: StoryFn = () => ({
components: { VaOptionListDemo },
template: '<VaOptionListDemo/>',
})
Expand Down

0 comments on commit cfd06eb

Please sign in to comment.