Become a member
Sign in
Kapil Sharma
Kapil Sharma

Kapil Sharma

3 Following
1 Followers
  • Profile

  • Highlights

Highlighted by Kapil Sharma

See more

From Create a SPA with role-based authentication with Laravel and Vue.js by Benoît Ripoche


meta:
… path: '/',
name: 'home',
component: Home,
meta: {
auth: undefined
}
},
{
path: '/register',
name: 'register',
component: Register,
meta: {
auth: false
…