vue3 revert call setupFunction in render

This commit is contained in:
chakir qatab 2023-01-12 15:43:08 +04:00
parent ea751c23f8
commit 8ad6693c49

View File

@ -35,6 +35,7 @@ export function renderToCanvas(
},
render() {
map.set(canvasElement, storybookApp);
setupFunction(storybookApp);
return h(element);
},
});