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
🆒 Your use case Currently if you are using existing setup for meta: {}, adding composition-api automatically changes the behaviour to useMeta way.
meta: {}
useMeta
This breaks existing code what uses object instead of function at nuxt.app.head.
nuxt.app.head
What is even more strange is that initial render still has old setup, but after page is rendered it switches to useMeta way.
🆕 The solution you'd like Add an option to module to disable this automatic behaviour.
The text was updated successfully, but these errors were encountered:
Are you thinking globally opt out or per page component?
Sorry, something went wrong.
danielroe
No branches or pull requests
🆒 Your use case
Currently if you are using existing setup for
meta: {}
, adding composition-api automatically changes the behaviour touseMeta
way.This breaks existing code what uses object instead of function at
nuxt.app.head
.What is even more strange is that initial render still has old setup, but after page is rendered it switches to
useMeta
way.🆕 The solution you'd like
Add an option to module to disable this automatic behaviour.
The text was updated successfully, but these errors were encountered: