Vue-styleguidist: Doc generation of mixin props

Created on 15 Jun 2017  路  5Comments  路  Source: vue-styleguidist/vue-styleguidist

I have a mixin that adds props to the component. Is it possible for those props to also be documented with the component they are added to?

enhancement

Most helpful comment

You can use the mixins in the component and render, but for now, they will not be documented, I have to evaluate how to do it, it could take a little time.

All 5 comments

I'll add an optional extra setting to import the mixins. Thanks @lancetharper

I just updated the documentation to add mixins.

mixins configuration

Does this work for mixins that aren't global?

You can use the mixins in the component and render, but for now, they will not be documented, I have to evaluate how to do it, it could take a little time.

Was this page helpful?
0 / 5 - 0 ratings