Closed AlpacaBi closed 3 years ago
That won't work. These nested components need to be within one Vue app / virtual DOM in order to e.g. receive injections from their parent etc.
As web components, they are mounted as independent little Vue instances, so they don't have knowlegde of or access to their parent components.
That won't work. These nested components need to be within one Vue app / virtual DOM in order to e.g. receive injections from their parent etc.
As web components, they are mounted as independent little Vue instances, so they don't have knowlegde of or access to their parent components.
Thanks, i get it
I use ElementUI Vue Component,such like this
so now I convert some Vue Component to Web Component
it‘s not working in nest Web Component(but it working fine in some simple ElementUI Component like Button、Switch)...