vuejs3vue-router4

Vue3 Router-Link rendering to specific Router-View


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.


Solution

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