Open Bigdragon13th opened 5 years ago
This code is not working (Bind the prop to boolean value)
<div v-infinite-scroll="getVideoFeed" :infinite-scroll-immediate-check="false" >
While this one does work (Bind prop to the string "false")
<div v-infinite-scroll="getVideoFeed" infinite-scroll-immediate-check="false" >
Expected behavior: Both example should work
解决办法?
This code is not working (Bind the prop to boolean value)
While this one does work (Bind prop to the string "false")
Expected behavior: Both example should work