From 1b79fd633ad6f36d48234e9d9c2e3ce9a7c35527 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 4 Aug 2023 13:37:12 +0200 Subject: [PATCH] refs #6076 unnecesary use props --- src/router/routes.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/router/routes.js b/src/router/routes.js index e7d2164798..d1c877305f 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -9,7 +9,6 @@ const routes = [ { path: '/login', component: () => import('../layouts/OutLayout.vue'), - props: true, children: [ { path: '', @@ -22,7 +21,6 @@ const routes = [ name: 'TwoFactor', meta: { title: 'twoFactor' }, component: () => import('../pages/Login/TwoFactor.vue'), - props: true, }, ], },