refs #6076 unnecesary use props
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-08-04 13:37:12 +02:00
parent ceb7642fb7
commit 1b79fd633a
1 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ const routes = [
{ {
path: '/login', path: '/login',
component: () => import('../layouts/OutLayout.vue'), component: () => import('../layouts/OutLayout.vue'),
props: true,
children: [ children: [
{ {
path: '', path: '',
@ -22,7 +21,6 @@ const routes = [
name: 'TwoFactor', name: 'TwoFactor',
meta: { title: 'twoFactor' }, meta: { title: 'twoFactor' },
component: () => import('../pages/Login/TwoFactor.vue'), component: () => import('../pages/Login/TwoFactor.vue'),
props: true,
}, },
], ],
}, },