Vue 组件中锚点定位的问题

1 当前组件的顶部

this.$el.scrollIntoView()

2 指定的 Element

this.$el.querySelector(selector).scrollIntoView()

selector: 可以是 id 或 class, '#archive-list', '#top' Etc

posted on 2019-08-20 23:23  刘应杰  阅读(3449)  评论(0)    收藏  举报

导航