element-ui使用导航栏跳转路由用法
解决:https://blog.csdn.net/jokren/article/details/86306542
- 在el-menu加上:router=“true”
- index必须绑定路由的path,参考上面的例子,’/’不能少
- default-active设为当前路由(this.$route.path),这样在路由变化的时候,对应的menu-item才会高亮。
解决:https://blog.csdn.net/jokren/article/details/86306542