Vue 指定元素滚动条滚到顶部

命令:

scrollTo

代码:

this.$refs.pdfDiv.scrollTo({ top: 0, behavior: 'smooth' });

你可能感兴趣的:(vue,vue.js,javascript,前端)