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
Hello. For some part of my vue single file components I use vue-webcomponent-wrap, and in this case style loader load styles perfectly. But for usual vue templates without webcomponents-wrap I have error ""TypeError: Cannot read property '_injectedStyles' of undefined"";
When I switche style loader shadow mode to false, usual templates load styles, but webcomponents have error.
is there any way to load style in both cases: for usual vue templates and for webcomponents?