Skip to content

Commit

Permalink
Merge pull request #108 from rquelen/patch-1
Browse files Browse the repository at this point in the history
Add name attribute to InfiniteLoading component
  • Loading branch information
PeachScript authored Nov 15, 2017
2 parents f5dd95f + 4b232a7 commit 2f2a235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/InfiniteLoading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
};
export default {
name: 'InfiniteLoading',
data() {
return {
scrollParent: null,
Expand Down

0 comments on commit 2f2a235

Please sign in to comment.