Skip to content

Cannot trigger automatically after reset when used transition feature in list #11

Open
@PeachScript

Description

@PeachScript

The following content was from here

One a side note, when you do this

changeFilter() {
this.list = [];
this.$nextTick(() => {
this.$broadcast('$InfiniteLoading:reset');
});
},

if you have a stagger transition on your for item like v-for="item in list" transition="bounce" stagger="100" the data will not auto reload on change like your demo, you must scroll

via @packytagliaferro

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions