Skip to content

Instantly share code, notes, and snippets.

/routes.js Secret

Created January 29, 2018 17:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/f25b9179d00482fe2a9c3010eb36856f to your computer and use it in GitHub Desktop.
{
path: '/posts/:id',
name: 'post',
component: Posts,
meta: { Auth: false, title: 'Listado de posts' }
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment