vue 메뉴 경로 3depth 구성요소
Empty parent in nested routes 메뉴로 삼단계를 구성 더보기 const menu3 = { path: '/A/AA', component: Layout, redirect: 'noRedirect', name: '할아버지 메뉴', meta: { title: '할아버지 메뉴', icon: 'search' }, children: [ { path: '/AAA', component: () => import('@/views/test/test'), name: '아빠 메뉴', meta: { title: '아빠 메뉴', noCache: true }, children: [ { path: 'AAAA', component: () => import('@/views1/test1/test1'), name: '아들 ..