Skip to content

Instantly share code, notes, and snippets.

@Cerwyn
Created January 2, 2022 13:02
Show Gist options
  • Save Cerwyn/fa2bb23f4fe54bbabd93a405539ecac6 to your computer and use it in GitHub Desktop.
Save Cerwyn/fa2bb23f4fe54bbabd93a405539ecac6 to your computer and use it in GitHub Desktop.
Adonis-Vue3
import { createApp } from 'vue'
import App from './App.vue'
import router from './router/index'
createApp(App).use(router).mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment