Words
0
Reading
0 min
Listen
Play
7y
//app.vue
<style>
//用这个类
.router-link-exact-active{
color:red;
border-bottom: 1px solid red;
}
.router-link-active{
color:red;
}
</style>
//app.vue
<style>
//用这个类
.router-link-exact-active{
color:red;
border-bottom: 1px solid red;
}
.router-link-active{
color:red;
}
</style>
RE: Vue.js实战笔记