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.
Vue3 Router-Link rendering to specific Router-View
67 views Asked by Energetic Pixels At
1
This was answered in the first reply from Keyboard Corporation. Op referred me to Vue Router doc.