fix: add route name(#598)

master
morrxy 5 years ago committed by GitHub
parent 879318692c
commit cd8d52bfbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save