Guest User

Untitled

a guest
Dec 16th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. export default new Router({
  2. routes: [
  3. {
  4. path: '/cadastro',
  5. name: 'Cadastro',
  6. component: Cadastro
  7. },
  8. {
  9. path: '/:slug',
  10. name: 'HelloWorld',
  11. component: HelloWorld
  12. }
  13. ]
  14. })
Add Comment
Please, Sign In to add comment