Skip to content

Instantly share code, notes, and snippets.

@duwaljyoti
Created March 7, 2018 14:54
Show Gist options
  • Save duwaljyoti/5a9e2dda040649ab4bf7a7cb67b641ae to your computer and use it in GitHub Desktop.
Save duwaljyoti/5a9e2dda040649ab4bf7a7cb67b641ae to your computer and use it in GitHub Desktop.
import User from './components/User.vue';
const routes = [
{ path: '/', name: 'user', component: User },
{ path: '*', redirect: '/' },
];
export default routes;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment