Transform docgen output. #24153
Unanswered
lazenyuk-dmitry
asked this question in
Help
Replies: 1 comment
-
If you encounter any questions or problems with the Storybook & Vue library, please check out https://github.com/storybook-vue. It's focused on Vue and managed by the knowledgeable @chakAs3, who is also the Storybook maintainer. You can expect a quick and helpful response from him. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I use Vue. I have a next problem.
I created a component with prop "title" and slot "title". But the storybook can`t handle doc props with identical names. Is there a way to control documentation generation?
https://github.com/vue-styleguidist/vue-styleguidist/tree/dev/packages/vue-docgen-api#options-docgenoptions
I want to transform the slot name "title" to "#title" on docgen output. So that the documentation is displayed correctly.
Beta Was this translation helpful? Give feedback.
All reactions