aboutsummaryrefslogtreecommitdiff
path: root/src/hocs/with_load_more
diff options
context:
space:
mode:
Diffstat (limited to 'src/hocs/with_load_more')
-rw-r--r--src/hocs/with_load_more/with_load_more.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hocs/with_load_more/with_load_more.jsx b/src/hocs/with_load_more/with_load_more.jsx
index e57f9b20..360b439a 100644
--- a/src/hocs/with_load_more/with_load_more.jsx
+++ b/src/hocs/with_load_more/with_load_more.jsx
@@ -81,10 +81,10 @@ const withLoadMore = ({
}
},
render () {
+ console.log(this.$listeners)
const props = {
...this.$props,
[childPropName]: this.entries
- // on: this.$listeners // TODO fix listeners
}
const children = this.$slots
return (