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
🐛 The bug
Since 0.23.x: Inside the middleware folder, my middleware use the composition-api and this error is thrown :
middleware
[vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function.
🛠️ To reproduce
Reproduction Link with codesandbox
ℹ️ Additional context
If you want any other informations, ask me;
The text was updated successfully, but these errors were encountered:
9d4165a
This should be fixed in v0.23.2 - let me know if that doesn't fix it for you.
v0.23.2
Sorry, something went wrong.
danielroe
No branches or pull requests
🐛 The bug
Since 0.23.x: Inside the
middleware
folder, my middleware use the composition-api and this error is thrown :[vue-composition-api] must call Vue.use(VueCompositionAPI) before using any function.
🛠️ To reproduce
Reproduction Link with codesandbox
ℹ️ Additional context
If you want any other informations, ask me;
The text was updated successfully, but these errors were encountered: