We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
解决办法?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: