Skip to content

Commit 2f2a235

Browse files
authored
Merge pull request #108 from rquelen/patch-1
Add name attribute to InfiniteLoading component
2 parents f5dd95f + 4b232a7 commit 2f2a235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/InfiniteLoading.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
};
6060
6161
export default {
62+
name: 'InfiniteLoading',
6263
data() {
6364
return {
6465
scrollParent: null,

0 commit comments

Comments
 (0)