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
injectTo
No description provided.
The text was updated successfully, but these errors were encountered:
Hi there. It seems they originate from vitejs plugin API, judging from this reference doc:
interface HtmlTagDescriptor { tag: string attrs?: Record<string, string | boolean> children?: string | HtmlTagDescriptor[] /** * default: 'head-prepend' */ injectTo?: 'head' | 'body' | 'head-prepend' | 'body-prepend' }
Maybe project maintainers would accept a PR with a mention to this page in readme.
Sorry, something went wrong.
docs: add document description
a976e4b
Added parameter description for `injectTo` parameter and added reference link This resolve vbenjs#52
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: