import { createApp, vaporInteropPlugin } from 'vue' import App from './App.vue' createApp(App).use(vaporInteropPlugin).mount('#app')