You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Portal-Vue is an excellent tool for methodically building up an application component tree on legacy web pages that may be suffering from JS spaghetti and/or state in DOM hell.
There are scenarios where a Vue instance in proper new code that's built and bundled has to co-exist with a global Vue instance loaded via a script tag.
However, portal-vue currently has code that automagically installs itself in window.Vue if window.Vue is found:
Portal-Vue is an excellent tool for methodically building up an application component tree on legacy web pages that may be suffering from JS spaghetti and/or state in DOM hell.
There are scenarios where a Vue instance in proper new code that's built and bundled has to co-exist with a global Vue instance loaded via a script tag.
However, portal-vue currently has code that automagically installs itself in window.Vue if window.Vue is found:
portal-vue/src/index.js
Lines 9 to 11 in cf07699
There should be a build available that does not include this unwanted behavior.
The text was updated successfully, but these errors were encountered: