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

Partial support for story with render function #38

Closed pocka closed 6 years ago

pocka commented 6 years ago

Summary

Add partial support for story that have render function instead of template. Since Vue.js is not supported custom renderer for now, this changes do hacks: call render function manually with custom createElement callback which returns JSX string.

See: #36

Limitations