pocka / storybook-addon-vue-info

Info addon for Vue components
https://storybook-addon-vue-info.netlify.com/?path=/story/examples-basic-usage--simple-example
MIT License
164 stars 28 forks source link

Show error message if vue-docgen-api fails to parse component #85

Closed pocka closed 5 years ago

pocka commented 5 years ago

Is your feature request related to a problem? Please describe. It's hard to debug when vue-docgen-api fails to parse components(#82, #83 ). There's no error/warning message about it and the addon just shows only props table. Too bad UX!

Describe the solution you'd like Emit an error or warning if vue-docgen-api threw an error.

Describe alternatives you've considered hmm... add the note to README?