Skip to content

Instantly share code, notes, and snippets.

@vikramIde
Last active June 15, 2017 07:12
Show Gist options
  • Save vikramIde/5571a20054ee3f78621ff93e3f2f9d31 to your computer and use it in GitHub Desktop.
Save vikramIde/5571a20054ee3f78621ff93e3f2f9d31 to your computer and use it in GitHub Desktop.
let routes = [
{
path:'/',
component: require('./views/home')
},
// {
// path:'/about',
// component: require('./views/about')
// },
{
path:'/search',
component: require('./views/search')
},
{
path:'/results:items',
component: require('./views/result')
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment