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

Use decorator interface #73

Closed pocka closed 5 years ago

pocka commented 5 years ago

Is your feature request related to a problem? Please describe. It seems that storybook recommend using .addDecorator API. We should use it!

Describe the solution you'd like Implement that feature.

Describe alternatives you've considered Describe reason to README

pocka commented 5 years ago

~To implement this feature, we need to have a big change due to @storybook/vue@4.2.0's breaking change for decorator interface.~ Changed an interface a lot, but not a big changes.

pocka commented 5 years ago

Close in #74