-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto parse @vue-prop #97
Comments
Please read #59, you will understand why I removed this feature. 😕 But if you are able to find a clean and working solution to do that (with some tests 👀), I would be happy to review your PR! 🙂 |
Hi, Looking issues on #59, if I understand correctly, problems were related to parsing vue components. Have you seen jsdoc-vuedoc? It uses vuedoc/parser and vuedoc/md. I want to share here, maybe it could help you for next major version. |
That's interesting, thanks for the sharing. 👍 |
Also I found another one: vue-docgen-api This is also used by big projects such as vue-styleguidist. |
By default @vue-prop don't set default value and set require to true
Make auto parsing for require, default value and type ...
The text was updated successfully, but these errors were encountered: