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
vue:setup
As a replacement of onGlobalSetup (#1017) we shall support a new hook for nuxtApp:
onGlobalSetup
nuxtApp
useNuxtApp().hook('vue:setup', () => { })
For nuxt 3, this hook can be called on nuxt-root component. /cc @danielroe for ideas re supporting bridge
The text was updated successfully, but these errors were encountered:
danielroe
Successfully merging a pull request may close this issue.
As a replacement of
onGlobalSetup
(#1017) we shall support a new hook fornuxtApp
:For nuxt 3, this hook can be called on nuxt-root component. /cc @danielroe for ideas re supporting bridge
The text was updated successfully, but these errors were encountered: