chenqf / vue-virtual-listview

vue实现的虚拟列表组件
228 stars 73 forks source link

有demo吗 #1

Open ErricZhang opened 4 years ago

ErricZhang commented 4 years ago

可以解决快速滚动时有白底的问题吗?

lf1105679987 commented 4 years ago

没有自己去试  只是看到一个博客,所以分享了下demo   白底的问题没注意  应该不会出现吧 如果担心白底出现 可以吧可视容器高度设置多一点     让可视区域的范围处在可视容器的中间  前后保留几条多余的数据就好了

------------------ 原始邮件 ------------------ 发件人: "ErricZhang"<notifications@github.com>; 发送时间: 2019年11月6日(星期三) 下午5:44 收件人: "chenqf/vue-virtual-listview"<vue-virtual-listview@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [chenqf/vue-virtual-listview] 有demo吗 (#1)

可以解决快速滚动时有白底的问题吗?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

chenqf commented 4 years ago

@ErricZhang 可看我在掘金的博客,其中有demo。链接:https://juejin.im/post/5db684ddf265da4d495c40e5

lf1105679987 commented 4 years ago

有就有吧,主要是理解实现方案,实践中可能需要根据需求做调整的,这些并不重要,只要理解了就OK

------------------ 原始邮件 ------------------ 发件人: "云中桥"<notifications@github.com>; 发送时间: 2019年11月21日(星期四) 下午5:45 收件人: "chenqf/vue-virtual-listview"<vue-virtual-listview@noreply.github.com>; 抄送: "sunjee"<1553883540@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [chenqf/vue-virtual-listview] 有demo吗 (#1)

@ErricZhang 可看我在掘金的博客,其中有demo。链接:https://juejin.im/post/5db684ddf265da4d495c40e5

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

lf1105679987 commented 4 years ago

自己查看v-slot指令功能作用  

------------------ 原始邮件 ------------------ 发件人: "mute520"<notifications@github.com>; 发送时间: 2020年6月11日(星期四) 下午3:52 收件人: "chenqf/vue-virtual-listview"<vue-virtual-listview@noreply.github.com>; 抄送: "sunjee"<1553883540@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [chenqf/vue-virtual-listview] 有demo吗 (#1)

v-slot="slotProps" 这个是干嘛的

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.