point, a route connection is selected, and then the style of the current selected state disappears when the mouse clicks anywhere outside the navigation bar. There is no change in the route or anything, that is, the style in the navigation bar is gone. What"s going on? I use the style of bootstrap. Is this the reason for bootstrap or the reason for vue?
<div id="left">
<router-link class="list-group-item" to="/product">product</router-link>
<router-link class="list-group-item" to="/work">work</router-link>
<router-link class="list-group-item" to="/contact">contact</router-link>
</div>