[Vuejs]-Vuejs open same page on two different routes issue

-1👍

Based on your route definition, the path to Link2 would actually be http://localhost:8080/test1route/test2route, since ‘test2route’ is a child of ‘test1route’.

Leave a comment