Skip to content

Commit

Permalink
fix example storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Oct 14, 2023
1 parent 8ce09da commit 297cbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vite/src/tests/explicit-types.stories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Story, Stories } from '../../../../src/types'
<template>
<Stories
:component="MyButton"
title="Tests/Default Name"
title="Tests/Explicit types"
>
<Story title="Default">
<MyButton label="Button" />
Expand Down

0 comments on commit 297cbd9

Please sign in to comment.