Skip to content

Commit

Permalink
fix ShowMore stories
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Feb 27, 2025
1 parent ceabf57 commit 55acdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShowMore/ShowMore.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Primary = {
setup() {
return {args};
},
template: '<ShowMore v-bind="args">Hello</Button>',
template: '<ShowMore v-bind="args">Hello</ShowMore>',
}),
args: {
label: 'Show more details',
Expand Down

0 comments on commit 55acdb6

Please sign in to comment.