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.
1 parent 2e9720f commit 0017599Copy full SHA for 0017599
src/index.js
@@ -49,9 +49,6 @@ const VirtualList = Vue.component(NAME, {
49
uniqueIds: this.getUniqueIdFromDataSources()
50
}, this.onRangeChanged)
51
52
- // just for debug
53
- window.virtual = this.virtual
54
-
55
// also need sync initial range first.
56
this.range = this.virtual.getRange()
57
0 commit comments