documentation
documentation copied to clipboard
Doc vueJS group items
Hello, I try to generate a nice documentation for my project in vueJS, and I discovered this repo which provides the integration for .vue file. I'm able to generate a doc but it's very messy. All my props, method, etc... are mixed up :

I just try to group each item in his corresponding file.
[email protected] and I use this command :
documentation build src/** -f html -o docs
Thanks for your help.