Mint-ui loadmore does not recover after loading

clipboard.png

transform BUG

clipboard.png
Code

Jun.12,2022

after loading, this.loadMore = false


is written on the official website. I may be blind at that time. Perform the following actions to reset
this.$refs.loadmore.onBottomLoaded ();


if it is a drop-down refresh page, you need to perform: this.$refs.loadmore.onTopLoaded ();

Menu