Skip to content

Instantly share code, notes, and snippets.

@gufranmirza
Created July 8, 2019 18:14
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 gufranmirza/c044b526a9d941bf96c3895842620e6a to your computer and use it in GitHub Desktop.
Save gufranmirza/c044b526a9d941bf96c3895842620e6a to your computer and use it in GitHub Desktop.
export default new Router({
routes: [
{
path: '/',
name: 'home',
component: Home
},
{
path: '/about',
name: 'about',
component: About
},
{
path: '/extra',
name: 'extra',
component: Extra
}
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment