From ffb01671a187cfb77c059639ed2aabb07390147f Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 18 Sep 2020 16:29:35 +0800 Subject: [PATCH] fix(List): scoped style not applied to first child (#7202) --- src/list/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/list/index.js b/src/list/index.js index 4a6aef7a5..282bc8eeb 100644 --- a/src/list/index.js +++ b/src/list/index.js @@ -121,7 +121,7 @@ export default createComponent({ genLoading() { if (this.innerLoading && !this.finished) { return ( -
+
{this.slots('loading') || ( {this.loadingText || t('loading')} )}