Vue: Rufen Sie die Seite auf, um automatisch zur entsprechenden Position zu scrollen

mounted() {
  this.$nextTick(() => {
      setTimeout(() => {
        window.scrollTo({ top: 657, behavior: "smooth" })
      }, 200)
    })
  },

// top滚动位置

おすすめ

転載: blog.csdn.net/Ygaidi/article/details/130851809