chenxuan0000 / vue-seamless-scroll

:beginner:A simple, seamless scrolling for Vue.js vue无缝滚动component
https://chenxuan0000.github.io/vue-seamless-scroll/
MIT License
1.81k stars 332 forks source link

获取新数据后如何从头开始滚动 #136

Closed Corgis closed 3 years ago

Corgis commented 4 years ago

获取到新数据后 组件如何从头开始滚动 例如:有没有提供内置方法 动态设置滚动位置的高度

littlesunnn commented 3 years ago

给组件一个key,更新数据后让key++

chenxuan0000 commented 3 years ago

@Corgis @littlesunnn https://chenxuan0000.github.io/vue-seamless-scroll/zh/guide/10-array-property-update.html

zxjzx commented 3 years ago

咋处理的啊