mirror of
https://github.com/youzan/vant.git
synced 2026-04-27 01:06:46 +08:00
fix(List): should not render loading when finished
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ export default createComponent({
|
||||
},
|
||||
|
||||
genLoading() {
|
||||
if (this.innerLoading) {
|
||||
if (this.innerLoading && !this.finished) {
|
||||
return (
|
||||
<div class={bem('loading')} key="loading">
|
||||
{this.slots('loading') || (
|
||||
|
||||
Reference in New Issue
Block a user