Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

MattB's avatar
Level 2

Conditional routing in VueJs

Is it possible to have 1 routing file in Vue which handles conditional routing as per the below pseudocode?

if ( loggedInUser == userTypeA) {
	All routing Logic for userTypeA goes here
} else if ( loggedInUser == userTypeB) {
	All routing Logic for userTypeB goes here
}
0 likes
1 reply

Please or to participate in this conversation.