How do you handle Custom Elements which require document-register-element to be polyfilled?

Hey there,

We are currently implementing Vue in one of our plugins and found a very convenient way to register our components as Custom Elements.
However this way requires us to do a polyfill on “document-register-element” in order to work in IE11 aswell.

Now i’ve read that this might cause problems if there is another plugin vendor who did this aswell.

Is there something I can do to not get into conflict with other plugins?

Any assistance is greatly appreciated.

Thanks in advance. :slight_smile: