godruoyi / gblog

🎈gblog, an open-source, simple and beautiful blog built with Astro

Home Page:https://godruoyi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在文章详情页面点击about,网址变了,内容没跳转

cnxfire opened this issue · comments

感谢您的反馈,目前也修复。主要是 vue-router 的组件复用问题

beforeRouteUpdate: function (to, from, next) {
    this.$route.params.slug = to.params.slug
    this.fetchPost()

    next()
},