Skip to content

infinite-scroll-disabled取vue的computed值不工作 #100

@yuyongyu08

Description

@yuyongyu08

html:
<div v-infinite-scroll="loadMore" infinite-scroll-disabled="cannotLoad" infinite-scroll-distance="10">

js:
computed: { cannotLoad: function () { return (this.data.length == this.totalCount) && this.busy } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions