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 dd52d99 commit 5355bb8Copy full SHA for 5355bb8
src/components/InfiniteLoading.vue
@@ -316,7 +316,7 @@ export default {
316
let result;
317
318
if (typeof this.forceUseInfiniteWrapper === 'string') {
319
- result = elm.querySelector(this.forceUseInfiniteWrapper);
+ result = document.querySelector(this.forceUseInfiniteWrapper);
320
}
321
322
if (!result) {
0 commit comments