We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This commit removes the app export from @storybook/vue3:
app
@storybook/vue3
24251e2#diff-63c4fc9feba520d3505ec8a6796e7d0576ef804b6f92d68ae8b8c2e64f18264c
We should try to restore it so that users can use it to add global components and directives.
The text was updated successfully, but these errors were encountered:
I've also run into this issue.
Sorry, something went wrong.
Looks like this is the current approach:
import {setup} from "@storybook/vue3"; setup((app => { return setupMyApp(app); }));
No branches or pull requests
This commit removes the
app
export from@storybook/vue3
:24251e2#diff-63c4fc9feba520d3505ec8a6796e7d0576ef804b6f92d68ae8b8c2e64f18264c
We should try to restore it so that users can use it to add global components and directives.
The text was updated successfully, but these errors were encountered: