路由配置:
导航公共组件Header.vue
首页(父组件):
列表页(父组件):
。。。(以此类推)
$route.name.indexOf(val) == -1
.router-link-active{ color:red; }
1、在总路由js文件中,和routes同级
2、在主入口文件App.vue的style中设置
.xx{ color:red; }
导航遍历并激活当前样式的方法
原文:https://blog.51cto.com/15142266/2669313