raffobaffo

Results 12 comments of raffobaffo

I also encountered it and just worked on a fix, will create a PR soon (my first one here 😨 )

I see 👁️ . My changes are very similar, just its more recursive, meaning also components at any level are interested.

Ok, this should be safer now. This addition will add any child component style to the main parent, no matter how deeply nested it is

@pawel-marciniak Yes, it is. @LinusBorg Great to hear. Atm to overcome this problem, we are using an own extended version of the defineCustomElement that provides that hack I inserted in...

@lucasantunes-ciandt sorry but not TS for me on this project. This is pretty much the hack I built: ``` import { defineCustomElement as rootDefineCustomElement } from 'vue' [...] export const...

@lucasantunes-ciandt Nice find 👍 ! Still this block is not part of the PR, because this actually make sense to have it in a separate module that is loaded just...

@adamlewkowicz hard to answer. Depends from how the imported element (third party) is structured. Does it comes with is own inline styles? If yes, it should work, if not, it...

Anybody? Exact same problem here

@pho-enix Great, I just came across this and still helped me after 2+ years. Maybe would be good to have it as a PR?

@monossido just made my day. --http flag was missing also in my image.