vue自动生成了路由选中的class,比如
我们想给router-link-active这个class换个名称:active
let router = new VueRouter( {linkActiveClass: 'active', routes: routes} );
这样写即可
参考api:
https://router.vuejs.org/zh-cn/api/options.html#linkactiveclass
posted on 2018-03-29 15:47 tarrying 阅读(117) 评论(0) 编辑 收藏 举报