storybook-vue3-router
storybook-vue3-router copied to clipboard
Storybook 8 compatibility
Hey @NickMcBurney! I’m reaching out from the core SB team :)
Storybook 8 (our next major release) is coming soon, and it introduces some breaking changes that your addon might need to account for.
We’ve listed all the key changes in a new Storybook 8 migration guide, and we’d encourage you to check it out and see if your addon is impacted.
We also have an addons channel in our Discord community, which we’d like to use to better communicate with addon authors in the future. If you’re not part of the server, consider joining here and message me (@joevaugh4n) so that I can give you the addon creator role! If you’re already in the server, please just ping me and I’ll respond to you there.
Thanks for being a part of our addon community!
Joe
I've just upgraded to Storybook 8.0.1
and this plugin still works fine.
.storybook/preview.js|ts
file:
import { vueRouter } from 'storybook-vue3-router';
export default {
decorators: [vueRouter()],
// other preview config
}