How does vue get the current route name

how does vue get the current route name

Apr.24,2022

this.$route.name


this.$router.currentRoute.name (this.$router.currentRoute= > current route object)

Menu