From 61a231bde28db3e8b3b5c2da1340c00624574eca Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 16 Mar 2019 19:05:27 +0800 Subject: [PATCH] [bugfix] List: add loading key to avoid render error (#2983) --- packages/list/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/list/index.js b/packages/list/index.js index 12092a643..80052759d 100644 --- a/packages/list/index.js +++ b/packages/list/index.js @@ -117,7 +117,7 @@ export default sfc({
{this.slots()} {this.loading && ( -
+
{this.slots('loading') || [ , {this.loadingText || t('loading')}