add: terns & notice privacity
This commit is contained in:
@@ -31,6 +31,22 @@ const router = createRouter({
|
||||
path: 'registro-empresa',
|
||||
name: 'register-company',
|
||||
component: () => import('../views/CompleteRegisterView.vue')
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/publico',
|
||||
name: 'public',
|
||||
children: [
|
||||
{
|
||||
path: 'terminos-y-condiciones',
|
||||
name: 'terms-conditions',
|
||||
component: () => import('../views/TermsAndConditionsView.vue')
|
||||
},
|
||||
{
|
||||
path: 'eviso-de-privacidad',
|
||||
name: 'notice-privacy',
|
||||
component: () => import('../views/NoticeOfPrivacyView.vue')
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user