raph0609
08/17/2023, 7:31 AMpath: "/auth*",
. By reading https://router.vuejs.org/guide/migration/#Removed-star-or-catch-all-routes, it seems that catch-all routes handling changed. I managed to get it to work with path: "/auth:pathMatch(.*)*"
. Is this the correct way to do it?rp_st
08/17/2023, 7:32 AM