electron-vue-admin icon indicating copy to clipboard operation
electron-vue-admin copied to clipboard

SidebarItem.vue inside <v-if="!item.hidden&&item.children"> is false

Open Shmaur opened this issue 7 years ago • 0 comments

When false, the template is not compiled

router: { path: '', name:'home', component: home, redirect: '/home', hidden:true, children:[{ path:'home', component:()=>import("@/view/waterMonitoring/index"), meta: { title: '水质检验日报表', icon: 'fa fa-flask' }, }] } ,

Shmaur avatar May 30 '18 16:05 Shmaur