fix: add route name(#598)

This commit is contained in:
morrxy
2020-06-25 13:51:25 +08:00
committed by GitHub
parent 879318692c
commit cd8d52bfbd

View File

@@ -143,6 +143,7 @@ export const constantRoutes = [
{
path: 'menu2',
component: () => import('@/views/nested/menu2/index'),
name: 'Menu2',
meta: { title: 'menu2' }
}
]