[Vuejs]-Why is Vue undefined in my webpack-bundled app after trying to import it as a client-side library

0👍

Answered here https://github.com/vuejs/core/issues/5380

Vue 3 only supports named imports, like import {createApp} from 'vue';

Leave a comment