Skip to content

Commit

Permalink
Vue3: export applyDecorators for storyStoreV7
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 31, 2022
1 parent b4a5b79 commit 811409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/vue3/src/client/preview/config.ts
@@ -1,4 +1,4 @@
export { render, renderToDOM } from './render';
export { decorateStory } from './decorateStory';
export { decorateStory as applyDecorators } from './decorateStory';

export const parameters = { framework: 'vue3' };

0 comments on commit 811409c

Please sign in to comment.