From 8287f9052129e8d5e62ac6035ebb0a5580ae2b6c Mon Sep 17 00:00:00 2001 From: CallMeSoul <547437716@qq.com> Date: Thu, 19 Aug 2021 09:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=AA=A8=E6=9E=B6=E5=B1=8F?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A8=A1=E6=9D=BF=E6=97=B6=E7=9A=84?= =?UTF-8?q?key=E5=80=BC=20(#2944)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新骨架屏自定义模板时的key值 之前骨架屏自定义模板时key都是0,因为没有传入模板作用域。现在把count循环的i传入作用域,解决该问题 * fix warning fix the linter issue before this merged --- packages/skeleton/src/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/skeleton/src/index.vue b/packages/skeleton/src/index.vue index 480844d55e..64f8a69c20 100644 --- a/packages/skeleton/src/index.vue +++ b/packages/skeleton/src/index.vue @@ -2,7 +2,7 @@