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

pullDownHeight is not working in the configuration object #17

Open
WaldemarEnns opened this issue May 22, 2019 · 0 comments
Open

pullDownHeight is not working in the configuration object #17

WaldemarEnns opened this issue May 22, 2019 · 0 comments

Comments

@WaldemarEnns
Copy link

I tried it just like the documentation tells me to do:
config: { pullDownHeight: 20 }

Doesn't work, seems that it gets completely ignored.

Here is my setup:

<vue-pull-refresh :on-refresh="loadNewImages" :config="pullConfig">...</vue-pull-refresh>

...

<script>
...
pullConfig: {
                    errorLabel: "Beim Laden der Bilder ist ein Fehler aufgetreten ...",
                    startLabel: "Bilder nachladen",
                    readyLabel: "Zum Nachladen loslassen",
                    loadingLabel: "Lade Bilder ..."
                },
...
</script>
@WaldemarEnns WaldemarEnns changed the title pullHeight is not working in the configuration object pullDownHeight is not working in the configuration object May 22, 2019
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

1 participant