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
3.0.0-alpha.9
Add a template with a tag linearGradient
Parsing to go without warning
[Vue warn]: Failed to resolve component: linearGradient
The SVG lineGradient tag doesn't exist.
The proper spelling is linearGradient (lineARGradient)
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient
The text was updated successfully, but these errors were encountered:
fix: invalid lineGradient svg tag
2502f49
close vuejs#862
fix(runtime-dom): invalid lineGradient svg tag (#863)
d425818
close #862
Successfully merging a pull request may close this issue.
Version
3.0.0-alpha.9
Steps to reproduce
Add a template with a tag linearGradient
What is expected?
Parsing to go without warning
What is actually happening?
[Vue warn]: Failed to resolve component: linearGradient
The SVG lineGradient tag doesn't exist.
The proper spelling is linearGradient (lineARGradient)
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/linearGradient
The text was updated successfully, but these errors were encountered: