Skip to content

Commit

Permalink
hide temp
Browse files Browse the repository at this point in the history
  • Loading branch information
vangleer committed Jan 24, 2024
1 parent 6f01886 commit 4631979
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/docs/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
Expand Down

0 comments on commit 4631979

Please sign in to comment.