arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 224 forks source link

Support for Events Documentation #198

Open nplowman opened 5 years ago

nplowman commented 5 years ago

Is there a way to show Events in the component documentation? I know that Vue Styleguidist is being used under the hood, and it supports event documentation using comments above the 'this.$emit' action. https://vue-styleguidist.github.io/docs/Documenting.html#events

However, unless I'm doing something wrong, Vue Design System does not seem to pick up these annotations or use them in any way.