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
and add foobar class to some html element
reason of bug:
the above css is compiled to .foobar[data-v-xxxxxx], however for different target vue generate different hashed id, so only in legacy mode would scoped css work
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Add following code to
vue-cssextract
exampleand add
foobar
class to some html elementreason of bug:
the above css is compiled to
.foobar[data-v-xxxxxx]
, however for different target vue generate different hashed id, so only in legacy mode would scoped css workThe text was updated successfully, but these errors were encountered: