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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to use both Vue 2 and Vue 3 apps on the same page in out legacy app.
To test if that would work, I've setup a Vite + Vue 3 project and installed
vue-demi
.// main.js
Throws an error
Uncaught TypeError: Vue2 is not a constructor
If I use the
render
function the Vue 2 app mounts and I see it in DevTools but not on the page. What am I missing?Thanks
Beta Was this translation helpful? Give feedback.
All reactions