Vue3 Router-Link rendering to specific Router-View

67 views Asked by At

I have a VueJS version 3 view/page that will have two components within it. One of those components will have a contextual menu (Router-Links) where menu items will need to render to a specific Router-View. How do I tell Vue Router that I want the result of the Router-Link 'click' to render its resource into this specified Router-View? I cannot find any mention of the target designation in the docs.

1

There are 1 answers

0
Energetic Pixels On BEST ANSWER

This was answered in the first reply from Keyboard Corporation. Op referred me to Vue Router doc.