Skip to content

Instantly share code, notes, and snippets.

@duwaljyoti
Last active March 9, 2018 00:05
Show Gist options
  • Save duwaljyoti/ab545a22dc3c2b17f8b47ae8807d471f to your computer and use it in GitHub Desktop.
Save duwaljyoti/ab545a22dc3c2b17f8b47ae8807d471f to your computer and use it in GitHub Desktop.
const routes = [
{ path: '/', name: 'note', component: Note },
{ path: '/create', name: 'create', component: Create },
{ path: '*', redirect: '/' },
];
export default routes;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment