Open shilman opened 2 years ago
This commit removes the app export from @storybook/vue3:
app
@storybook/vue3
https://github.com/storybookjs/storybook/commit/24251e27f1233a568fd441df65af3355d89cf0f5#diff-63c4fc9feba520d3505ec8a6796e7d0576ef804b6f92d68ae8b8c2e64f18264c
We should try to restore it so that users can use it to add global components and directives.
I've also run into this issue.
Looks like this is the current approach:
import {setup} from "@storybook/vue3"; setup((app => { return setupMyApp(app); }));
This commit removes the
app
export from@storybook/vue3
:https://github.com/storybookjs/storybook/commit/24251e27f1233a568fd441df65af3355d89cf0f5#diff-63c4fc9feba520d3505ec8a6796e7d0576ef804b6f92d68ae8b8c2e64f18264c
We should try to restore it so that users can use it to add global components and directives.