We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
keeps
1 parent 36d00bd commit a41aae0Copy full SHA for a41aae0
src/index.js
@@ -31,6 +31,11 @@ const VirtualList = Vue.component('virtual-list', {
31
this.virtual.handleDataSourcesChange()
32
},
33
34
+ keeps (newValue) {
35
+ this.virtual.updateParam('keeps', newValue);
36
+ this.virtual.handleSlotSizeChange();
37
+ },
38
+
39
start (newValue) {
40
this.scrollToIndex(newValue)
41
0 commit comments