'when using vue-router all things goes well but there always has error when I click the nav items?

enter image description here

when i click nav items there has an error, but the application goes well!

            <a @click="$router.push({ name:'my' ,params:{username:'hello'}})">my music</a>
            <a @click="$router.push({ name:'part' ,query:{name:'xx'}})">friend</a>```


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source