tangbc / vue-virtual-scroll-list

⚡️A vue component support big amount data list with high render performance and efficient.
https://tangbc.github.io/vue-virtual-scroll-list
MIT License
4.37k stars 592 forks source link

建议增加slot使用方式 #408

Open getwebtools opened 1 year ago

getwebtools commented 1 year ago

有时候并没有使用构建工具开发,仅仅是一个比较小的列表展示功能,直接使用了Vue的CDN版本,也没有使用子组件的方式去开发,这种情况如果需要用本组件就需要额外创建一个新的子组件,如果可以支持slot直接写就更好了,更方便使用CDN的方式去使用。 比如: <virtual-list style="height: 500px;overflow: auto " make list scrollable :data-key="'id'" :data-sources="imgArr" > {{index}} </virtual-list>

troy351 commented 1 year ago

好像是支持的 #404