-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
[2.5.4][regression] html tag is not rendered under certain circumstances #7106
Comments
Hi! |
That's the problem, I'm not sure what exactly is happening there so I wasn't able to create a working (I mean failing) minimal repro :/ Will try again though |
Please open the issue at Vuetify's repo first - we can only track bugs that are known to be caused by Vue core itself. |
Took me a while to create a repro without external libs - here it is: https://codepen.io/anon/pen/KyRWpN?editors=1010 What is expected"I should be visible" text should be visible What is actually happening"I should be visible" is not rendered More infoText is visible if
|
Version
2.5.4
Reproduction link
https://codepen.io/anon/pen/XzEwwX?editors=1010
Steps to reproduce
Just open the link
What is expected?
Generated markup:
What is actually happening?
Generated markup:
It fails since 2.5.4, with 2.5.3 works fine
https://codepen.io/anon/pen/pdVoZy?editors=1010
Tried to make a minimal case without other dependencies here https://codepen.io/anon/pen/PORMVb?editors=1010 but couldn't get it to work, maybe somehow will be helpful, maybe not
Original issue: vuetifyjs/vuetify#2603
I'm suspecting that the bug is caused by the following commit 13196b2
Component that fails is here: https://github.com/vuetifyjs/vuetify/blob/master/src/components/VBadge/VBadge.js#L40
Commenting the following method fixes the rendering: https://github.com/vuetifyjs/vuetify/blob/master/src/components/VGrid/VContent.js#L14
The text was updated successfully, but these errors were encountered: