Created
January 2, 2022 13:02
-
-
Save Cerwyn/fa2bb23f4fe54bbabd93a405539ecac6 to your computer and use it in GitHub Desktop.
Adonis-Vue3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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