Skip to content

Instantly share code, notes, and snippets.

@mcallegari10
Created July 13, 2018 13:53
Show Gist options
  • Save mcallegari10/2be2fa3e7d29156d43e2595476f33d68 to your computer and use it in GitHub Desktop.
Save mcallegari10/2be2fa3e7d29156d43e2595476f33d68 to your computer and use it in GitHub Desktop.
cons AsyncRoute = () => import('./screens/AsyncRoute.vue')
const router = new VueRouter({
routes: [
{ path: '/async', component: AsyncRoute }
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment