场景:要配置批量el-menu-item,其中路径带动态参数:/app/:id/path
el-plus API
解决方案:
1. computed + index
1. computed + route + click
Tips:computed 是关键
场景:要配置批量el-menu-item,其中路径带动态参数:/app/:id/path
el-plus API
解决方案:
1. computed + index
1. computed + route + click
Tips:computed 是关键