I am currently trying to pass an array thats accessible on one page to the next. The next page is accessed on a forms submission using this.$router.push('path')
Is there any way for me to pass the array over as well when submitting the form so that I can access it on the new page?