From 17099d3ac1da01f505800d0c552bf2a682ad0c73 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 23 Sep 2020 17:42:24 +0800 Subject: [PATCH] fix(Button): incorrect ref in for (#7237) --- src/utils/functional.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/functional.ts b/src/utils/functional.ts index b2ef48688..da06f7fdc 100644 --- a/src/utils/functional.ts +++ b/src/utils/functional.ts @@ -10,6 +10,7 @@ const inheritKey = [ 'style', 'class', 'attrs', + 'refInFor', 'nativeOn', 'directives', 'staticClass',