Skip to content
New issue

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

Set "infinite-scroll-immediate-check" to false is not working if the prop sent as boolean #134

Open
Bigdragon13th opened this issue Oct 24, 2019 · 1 comment

Comments

@Bigdragon13th
Copy link

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

@duanguiyang
Copy link

解决办法?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants