You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Vue if you add elements programmatically, the scoped css is not applied to those elements inside the given .vue file. If you add the styling in the style tag or remove the scoped attribute, it will work.
my problem is also same like this but small difference problem i have same issue, but i am trying a lot with the /deep/ and also >>> but still i didn't get, is there any another solution to this one
Version
2.5.13
Reproduction link
https://codepen.io/anon/pen/oEGjqO
Steps to reproduce
In Vue if you add elements programmatically, the scoped css is not applied to those elements inside the given .vue file. If you add the styling in the style tag or remove the scoped attribute, it will work.
Example:
Intended or a bug?
What is expected?
We expect the css to be applied
What is actually happening?
It's not being applied
The text was updated successfully, but these errors were encountered: