Skip to content

Instantly share code, notes, and snippets.

@douggrubba
Created May 22, 2021 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douggrubba/4cee61a976543682f5860ffd8ed42de1 to your computer and use it in GitHub Desktop.
Save douggrubba/4cee61a976543682f5860ffd8ed42de1 to your computer and use it in GitHub Desktop.
import { createApp, useSSRContext } from 'vue'
import DefaultLayout from './layouts/DefaultLayout.vue'
import './assets/index.css'
import router from '../src/router'
createApp(DefaultLayout).use(router).mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment