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
icons.svg
I see that all the icons are added to the following file: "_nuxt/assets/sprite/gen/icons.svg".
Is there a way we can directly add the contents of the file to the body and not access it via a URL?
I am trying to load the icon in the below manner and was wondering if this was possible:
h('use', { attrs: { 'xlink:href': `#${iconID}`, }, })
Also, thank you for all your hard work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see that all the icons are added to the following file: "_nuxt/assets/sprite/gen/icons.svg".
Is there a way we can directly add the contents of the file to the body and not access it via a URL?
I am trying to load the icon in the below manner and was wondering if this was possible:
Also, thank you for all your hard work.
The text was updated successfully, but these errors were encountered: