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
docs: A small suggestion #3647
docs: A small suggestion #3647
Comments
@JackingLuo Thanks for your feedback. We always try to make the documentation as developer-friendly as possible. Would be good if you can give us some more details where you think we can improve or lack details in comparison with the docs of other libraries as Element UI. |
I think the most unfriendly place is that only type and default values are provided in `Properties', and there is no corresponding function description. In the development project, if you need to add a function, you need to go to the above examples to find, especially the first time to use the Vuer of this component library! Although the naming of attributes is semantic, a word cannot fully describe a function. |
Currently the component definition is automatically generated by the docs via inspection of the props defined on the component from There is an interesting discussion at the VueJS repo on this: vuejs/vue#7186 |
Okay, thank you. |
There is no denying that Bootstrap is a good component library for fast building PC and mobile code, and I also like to use Bootstrap. But compared with other VUE component libraries (such as elementUI), Bootstrap VUE documentation is not friendly to developers. It is hoped that the document will be optimized in later iterations. Convenient for more developers to use!
The text was updated successfully, but these errors were encountered: