linkActiveClass: 'active', //将激活的路由添加一个mui-active类名称 main.js
routes: [
{ path: '/', redirect: '/Home' },
{ path: '/Home', component: home, name: '主页' },
{ path: '/ChoiceList', component: choicelist, name: '精选' },
{ path: '/ArtistList', component: artistList, name: '艺人列表' },
<li class="fl"><router-link to="/NewsList">资讯</router-link></li> app.vue
<router-link to="/ArtistShow" > artlist.vue
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…