I have an iframe embedded in my component. When I use
this.$router.go(-1);
To go back to the previous page, it makes the iframe go back to the previous page instead of the current window.
It doesn't go back until it finishes going back on all the pages I visited within the iframe.
How can I make vue return to the previous route/page without including the iframe's navigation?