vue 滚动到指定元素的底部 自定一个滚动指令:v-scroll 12345678910directives: { scroll: { inserted(el) { el.scrollIntoView({ block: "end", behavior: "smooth" }); } } }, vue2 #vue2 #web vue 滚动到指定元素的底部 https://github.com/chergn/chergn.github.io/a03178da3b7c/ 作者 全易 发布于 2024年3月28日 许可协议 vue 性能优化:gzip编译压缩 上一篇 vue-cli中 使用axios调接口数据交互 下一篇