npm install vue-virtual-scroll-list --save
参数:
:data-key="某一行唯一标识符"
:data-sources="列表数据"
:data-component="单行数据需要展示的内容"
:keeps="虚拟列表在在页面展示的数量"
:extra-props="{
这里传入想要给单行文件需要接受的数据
}"
:estimate-size="单行高度 方便精准计算滚动条"
npm install vue-virtual-scroll-list --save
参数:
:data-key="某一行唯一标识符"
:data-sources="列表数据"
:data-component="单行数据需要展示的内容"
:keeps="虚拟列表在在页面展示的数量"
:extra-props="{
这里传入想要给单行文件需要接受的数据
}"
:estimate-size="单行高度 方便精准计算滚动条"