vue如何获取当前路由的父路由信息
dearweb 发布:2023-02-09 10:40:12阅读:可以使用`this.$route.matched`来获取当前路由的父路由信息,它是一个数组,里面包含了当前路由的所有父路由信息,可以通过遍历该数组来获取每一个父路由的信息。
假设当前路由为/user/profile,父路由为/user
在Vue中,可以使用this.$route.matched来获取当前路由的父路由信息。
let parentRoute = this.$route.matched[0] console.log(parentRoute.path) // /user
小礼物走一波,支持作者
赏还没有人赞赏,支持一波吧