import { createVaporApp } from 'vue/vapor' import App from './App.vue' createVaporApp(App as any).mount('#app')