Does dynamic routing have to cooperate with declarative navigation to jump? if programmatic navigation can be used, how to use it?

does dynamic routing have to cooperate with declarative navigation to jump? if programmatic navigation can be used, how to use

Aug.16,2021

Hello, landlord! You can try this one. The official document is actually very clear, and you can go through the document again. ide/essentials/navigation.html" rel=" nofollow noreferrer "> Portal

// 
router.push({ name: 'user', params: { userId: 123 }})

< hr >

if it is helpful, please click to adopt it, thank you ~

Menu