标签:tle 功能 实现 eve path component html child 自己的
说明,此题目本人自出,做过本人所在公司的前端面试题,在此共享给大家
{
path: ‘/BusinessOperation‘,
name: ‘BusinessOperation‘,
meta: {
icon: ‘ios-albums‘,
title: ‘业务运行‘
},
component: Main,
children: [
{
path: ‘MandatoryManagement‘,
name: ‘MandatoryManagement‘,
meta: {
icon: ‘ios-navigate‘,
title: ‘委托管理‘
},
component: parentView,
children: [
{
path: ‘DeliverDetection‘,
name: ‘DeliverDetection‘,
meta: {
icon: ‘ios-flask‘,
title: ‘送样检测‘
},
component: () => import(‘@/MyComponets/BusinessOperation/MandatoryManagement/DeliverDetection‘)
}
]
}
]
}
const store = new Vuex.Store({
state: {
count: 0
}
})
<div style="height: 100%;">
<div style="height: 50px;"></div>
<div id="box"></div>
</div>
标签:tle 功能 实现 eve path component html child 自己的
原文地址:https://www.cnblogs.com/ye-hcj/p/9822351.html