"defineCustomElement" with Vue plugins
I am defining custom elements from Vue components.
When these components are run in a Vue app, they require a Vue plugin to be installed first.
Is there a way to 'install' a Vue plugin in the 'Vue app' that is attached to the custom element?
Cheers
0 Replies