How does the tab switch of vue make the last tab click jump directly to another page?

I see Baidu says it doesn"t seem to need routing, but how do I let vue know that I click on the last tab to activate the jump command?

add: my requirement is that only the home page of the existing page needs to be rendered by nuxt server, that is, only the home page needs to be modified with vue, and now there is a tab bar on the home page. The last tab button will jump to a page that was not previously written in vue.

how can I do that?

Mar.11,2022

<a href="xxx"></a>
Menu