As a result, I do not obtain multiple views for the route "ParamRoute". The behaviour is the same as with classical tag <router-view>.
I note that my "router-link v-for" navigates to the same named route but routes /FIRST and /SECOND have not the same views.
I have an example at
Did I miss something or what am I trying to achieve is impossible ?
Hi, Thank you for this great vue router library.
I'm trying to realize a dynamic navigation. Here is my vue template :
My router definition :
As a result, I do not obtain multiple views for the route "ParamRoute". The behaviour is the same as with classical tag
<router-view>
. I note that my "router-link v-for" navigates to the same named route but routes /FIRST and /SECOND have not the same views.I have an example at
Did I miss something or what am I trying to achieve is impossible ?
Many thanks for considering my request.