import { createApp, Vue2 } from 'vue-demi' import App from './App.vue' const app = createApp(App) app.mount('#app')