From b700f2fe73077c532a330988423ebfcbc68ef686 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 21 Sep 2021 22:32:26 +0800 Subject: [PATCH] Add missing name for docs module routes (#8201) --- app/src/modules/docs/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/modules/docs/index.ts b/app/src/modules/docs/index.ts index e4b8c00195..9008829f7b 100644 --- a/app/src/modules/docs/index.ts +++ b/app/src/modules/docs/index.ts @@ -28,6 +28,7 @@ function getRoutes(routes: DocsRoutes): RouteRecordRaw[] { for (const route of routes) { if (!('children' in route)) { updatedRoutes.push({ + name: `docs-${route.path.replace('/', '-')}`, path: route.path, component: StaticDocs, meta: {