Document Vue3 Composition Api #17608
BombaraGianluca
started this conversation in
Ideas
Replies: 2 comments
-
Reference to a great example of needing this type of support. https://stackoverflow.com/questions/70820238/how-to-reuse-composable-props-in-vue-3 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @BombaraGianluca actually this is a very interesting idea, let me look into it in details, and see with the team for the eventual implementation ........Thank you ! |
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
-
Good afternoon,
I would to ask you if storybook in the future can document composable file in Vue 3 ecosystem.
*For example if have useSorting.js file. I think will be very cool if storybook can document method and reactive data inside the composition api file. As ArgsTable for props/event and slot.
In this moment, for js file, i use jsdoc for generate documentation and jest for unit test.
The result of both, i included in story in storybook.
But i think the integrated solution will be better.
You think this feacture* in the future can be integrated in storybook?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions