You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, thank you for awesome tool for Vue stories, it's great! ❤️
We have our own ui library made in vue, and we use Histoire to create docs and visual tests of our components. We use core component <b-app> to provide global config, styles, css variables, etc. But, if we add stories to Histoire we have to wrap every story with this component. When we used Storybook we used decorators to wrap every component, but in Histoire unfortunately it's impossible. I've tried to use defineSetupVue3 and modify story, but it did'n work.
Is it any solution for our problem? Thank you for your answers! :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, thank you for awesome tool for Vue stories, it's great! ❤️
We have our own ui library made in vue, and we use Histoire to create docs and visual tests of our components. We use core component
<b-app>to provide global config, styles, css variables, etc. But, if we add stories to Histoire we have to wrap every story with this component. When we used Storybook we used decorators to wrap every component, but in Histoire unfortunately it's impossible. I've tried to usedefineSetupVue3and modifystory, but it did'n work.Is it any solution for our problem? Thank you for your answers! :)
Beta Was this translation helpful? Give feedback.
All reactions