I am currently working on a Nuxt/Vue project.
While inspecting in Dev Tools, I came across a From
and To
property. How can I access these properties within the Nuxt application? I have attempted to use
this.$nuxt.$route
, this.$nuxt.$router
, and this.$route
without success so far.
My main goal is to retrieve the previous route that led me to the current page.