framework7io / framework7-vue

Deprecated! Build full featured iOS & Android apps using Framework7 & Vue
http://framework7.io/vue/
MIT License
674 stars 151 forks source link

infinite can not run in v2 #398

Closed cody-chen-jf closed 6 years ago

cody-chen-jf commented 6 years ago

<div class="page-content infinite-scroll" data-infinite-distance="30"> this.$$('.infinite-scroll').on('infinite', function () {})

this can run in v1, but don't run in v2, Where do I need to change?

nolimits4web commented 6 years ago

http://framework7.io/docs/infinite-scroll.html#infinite-scroll-layout

cody-chen-jf commented 6 years ago

Thank you very much for your help. I solve the problem by modifying the infinite-scroll to infinite-scroll-content.