Skip to content

Instantly share code, notes, and snippets.

@mcallegari10
Created July 13, 2018 13:51
Show Gist options
  • Save mcallegari10/1145ea8599365746a273f2398bfa0a7e to your computer and use it in GitHub Desktop.
Save mcallegari10/1145ea8599365746a273f2398bfa0a7e to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import Navbar from '../../components/Navbar'
const AsyncComponent = () => import('../../components/AsyncComponent')
const vm = new Vue({
el: '#app',
// ... all attributes necessary for your instance
components: { Navbar, AsyncComponent }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment