Vue routing jump wrong path | jump to incorrect routing after click event or refresh

wrong reason

There is an a tag in the code and the href attribute of the a tag is not deleted, so that after clicking, it jumps according to the path of the href attribute in the a tag.

Solution

Just delete the href attribute in the a tag.

Guess you like

Origin blog.csdn.net/dxy1128/article/details/127325653