diff --git a/packages/docs/src/router/index.ts b/packages/docs/src/router/index.ts index 335161a..4acfba4 100644 --- a/packages/docs/src/router/index.ts +++ b/packages/docs/src/router/index.ts @@ -65,13 +65,13 @@ export const menuRoutes: RouteRecordRaw[] = [ title: 'menu' } }, - { - path: 'temp', - component: () => import('@/examples/temp.vue'), - meta: { - title: 'temp' - } - } + // { + // path: 'temp', + // component: () => import('@/examples/temp.vue'), + // meta: { + // title: 'temp' + // } + // } ] const routes: RouteRecordRaw[] = [