Closed michaelsmedley closed 5 years ago
@michaelsmedley
I assume you are using CSF (Component Story Format), right? In that case, you need to place the story parameters inside story
property or module-level config.
Hi @pocka
Thanks for the response, much appreciated.
I will give that a try, but I'm pretty certain you have pointed me in the right direction, so I'm going to close this as its user error on my part!
Thanks again
Describe the bug I can't seem to get the add on to work with the latest version of Storybook. Following the install instructions, I can get the Info panel to show, however it is constantly blank.
To Reproduce Steps to reproduce the behavior:
yarn add -D storybook-addon-vue-info
, then import in.storybook/addons.js
.storybook/config.js
.storybook/webpack.config.js
Expected behavior I expect to see some info within the Info(Vue) panel, however nothing is showing
Versions
storybook-addon-vue-info
: ^1.3.2@storybook/vue
: ^5.2.5Additional context I have also tried adding comments etc. to my base components, as per the Vue Docgen API guidelines, however this still does not resolve my issue.