Is there a way to differentiate between
In my Vue project, I am able to navigate from the list_page to its detail_page using this.$router.go(-1)
to return back to the list_page.
I can also access the list_page from other_pages, but how do I distinguish between these two ways of reaching the list_page?