在路由切换后 将滚动条置顶

app.vue:

    mounted() {

      this.$router.afterEach((to, from, next) => {
        window.scrollTo(0, 0)
      })
    }
posted @ 2019-12-10 14:37  王二疯  阅读(305)  评论(0编辑  收藏  举报