最佳答案
How to navigate relative from /questions/123/step1 to /questions/123/step2 within a component using Router without string concatenation and specifying /questions/123/?
I've added an own answer below. Please feel free to suggest a better answer. ;-) I guess there are better approaches.