-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Passing SVG as a prop #26
Comments
Did you read the doc ? |
Hello, please check my answer here. If you have any questions, feel free to ask. Thanks |
No worries at all. Sorry for the confusion, didn't quite see the notice about it being only static |
This extension helped me out in the end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm passing an imported SVG as a prop to my component. However my component is just rendering the
<img />
tag rather than converting to a SVG.Parent component
Child component
Renders as
I'm using the standard nuxt config.
The text was updated successfully, but these errors were encountered: