-
Notifications
You must be signed in to change notification settings - Fork 2
Shadow DOM support? #43
Copy link
Copy link
Open
Labels
open to ideasSomething I don't know how to fix but if someone has ideas I'm game to explore optionsSomething I don't know how to fix but if someone has ideas I'm game to explore options
Metadata
Metadata
Assignees
Labels
open to ideasSomething I don't know how to fix but if someone has ideas I'm game to explore optionsSomething I don't know how to fix but if someone has ideas I'm game to explore options
Yay for old legacy CSS that over=-used
!important.I want to mount a component from a vue library into the ShadowDOM so that the host angular app can't rub its grubby
!importantrules all over the styles provided by the component library (loaded from a separate CSS file).I noticed issue in the original ngvue project as well: ngVue/ngVue#145
Given you're busy, I'm not expecting you to implement anything, but I am curious to hear your thoughts on a clean way to do this with nvgue3. A plugin perhaps? Extra options in the directive? Some other approach?