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.1
https://github.com/SuddenlyRust/svg-classname
npm run serve
Add 'bg-green-500' to the svg class in App.vue
Class is applied to SVG.
Following error message appears in the console TypeError: Cannot assign to read only property 'className' of object '#'
Refreshing the browser with F5 and the class gets applied correctly.
The text was updated successfully, but these errors were encountered:
fix(renderer): check vnode type is svg tag
80a8133
close vuejs#639
035b656
Successfully merging a pull request may close this issue.
Version
3.0.0-alpha.1
Reproduction link
https://github.com/SuddenlyRust/svg-classname
Steps to reproduce
npm run serve
Add 'bg-green-500' to the svg class in App.vue
What is expected?
Class is applied to SVG.
What is actually happening?
Following error message appears in the console
TypeError: Cannot assign to read only property 'className' of object '#'
Refreshing the browser with F5 and the class gets applied correctly.
The text was updated successfully, but these errors were encountered: