In my Vuejs application, I have a page that displays many elements. While these elements are being rendered, I click on a link to navigate to another page. However, the navigation does not occur until the current page is fully rendered. Is there a way to prevent this delay and ensure immediate navigation to the next page without full rendering?