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
Following this issue: nuxt/nuxt.com#798
In addition to being able to toggle documentDriven feature scopes via definePageMeta, I think we should also handle string parameters as this:
documentDriven
definePageMeta
definePageMeta({ page: '/my-page-path', surround: '/my-surround-path' })
We can only toggle the feature with booleans.
The text was updated successfully, but these errors were encountered:
What about supporting the QueryBuilder object as well?
Sorry, something went wrong.
Let's do both! 😁
Successfully merging a pull request may close this issue.
Following this issue:
nuxt/nuxt.com#798
What is Expected?
In addition to being able to toggle
documentDriven
feature scopes viadefinePageMeta
, I think we should also handle string parameters as this:What is actually happening?
We can only toggle the feature with booleans.
The text was updated successfully, but these errors were encountered: