Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { createVaporApp } from 'vue/vapor'
import App from './App.vue'
createVaporApp(App as any).mount('#app')