as shown in the figure below, because more code omits the path of other router-link,to, not just the root path , the router-view here does not jump when I click on router-link. This footer is the bottom suspension bar of position:fixed
modify the problem
after many tests, I found that a component in the page added mousedown and touchstart to prevent bubbling events in order to achieve the page turning effect, so in fact, the click events in the page were captured and prevented from bubbling. The component is placed in a div container that is high and full of browsers, while the top and bottom navigation bars are both fixed on the page.
so how do you ensure that the footer can get the event and the paging component still prevents bubbling in this case?
The < H2 > page is shown in the figure < / H2 >
the card flip component below is a must, so how to prevent the click event at the bottom of the navigation bar from bubbling by him?