Skip to content

pullDownHeight is not working in the configuration object #17

Description

@WaldemarEnns

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions