What are the problems with the use of router-link in vue?

this is the problem I encountered in the project I built with vue-cli

/ user/noteshop.vue
clipboard.png

clipboard.png

The

page is blank, doesn"t it mean that it is equivalent to a tag? How to remove this prefix,
so that it can jump to Baidu page.

Mar.23,2021

some instructions about router-link:
https://router.vuejs.org/zh/a.

it is recommended to use the a tag, or listen for click events, and use location.href to jump

example address: https://blog.csdn.net/qq_3562.


it can be solved by using a tag

Menu