#How to get previous route from inside a page?
8 messages · Page 1 of 1 (latest)
you can use a global state like useState. If you have a store set up, you can also use that
assuming you don't know how to get the previous route, you can use a route middleware
Try checking Vue router's docs.