Skip to content

Instantly share code, notes, and snippets.

@ktquez
Created September 18, 2017 21:13
Show Gist options
  • Save ktquez/f5931a1f31fca9ec6f0fe26fc5726464 to your computer and use it in GitHub Desktop.
Save ktquez/f5931a1f31fca9ec6f0fe26fc5726464 to your computer and use it in GitHub Desktop.
{
path: '/login',
name: 'Login',
component: () => import('@/pages/Login'),
meta: {
layout: 'layoutLogin' // name of the layout
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment