Energetic Pixels
Energetic Pixels

Reputation: 383

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.

Upvotes: 0

Views: 251

Answers (1)

Energetic Pixels
Energetic Pixels

Reputation: 383

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

Upvotes: 0

Related Questions