PeachScript / vue-infinite-loading

An infinite scroll plugin for Vue.js.
https://peachscript.github.io/vue-infinite-loading/
MIT License
2.67k stars 369 forks source link

'infinite-wrapper' invalid html attribute #251

Closed whity closed 5 years ago

whity commented 5 years ago

Hello,

Simple question, why isn't the attribute 'infinite-wrapper' using the 'data-' prefix? If i'm not wrong, it's invalid html. Could this be fixed?

Thanks.

whity commented 5 years ago

Hi,

Looking at the code i noticed that the plugin already supports the 'data-infinite-wrapper'. Thanks.