mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
vue3 revert call setupFunction in render
This commit is contained in:
parent
ea751c23f8
commit
8ad6693c49
@ -35,6 +35,7 @@ export function renderToCanvas(
|
||||
},
|
||||
render() {
|
||||
map.set(canvasElement, storybookApp);
|
||||
setupFunction(storybookApp);
|
||||
return h(element);
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user