I am designing an architecture for the Vue 3
app with distributed module-based ownership. Module system will be represented with plugins (seems like the most approp
We solved this problem together via chat.
Components built via the Vue 3 vue-cli rely on Vue
being available in the global scope. So in order to render components loaded via the technique described in my article, you need to set window.Vue
to a reference to Vue
itself. Then everything works as expected.