You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name defined in defineOptions() within a Vue 3 component is ignored in the Documentation "Show Code" section of Storybook. There are no error messages, but the expected behavior is not observed.
Describe the bug
The name defined in
defineOptions()
within a Vue 3 component is ignored in the Documentation "Show Code" section of Storybook. There are no error messages, but the expected behavior is not observed.Screenshot:
Screenshot from Vue Dev Tools:
Reproduction link
https://stackblitz.com/edit/github-igquysze?file=src%2FFilenameButton.stories.ts
Reproduction steps
Steps to Reproduce:
defineOptions
andname
attribute.Expected Behavior:
The name from
defineOptions
should be displayed in the Documentation "Show Code" section.Actual Behavior:
The name from
defineOptions
is ignored and filename is shown.System
Additional context
No response
The text was updated successfully, but these errors were encountered: