fix(Button): incorrect ref in for (#7237)

This commit is contained in:
neverland 2020-09-23 17:42:24 +08:00 committed by GitHub
parent 106114333b
commit 17099d3ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ const inheritKey = [
'style', 'style',
'class', 'class',
'attrs', 'attrs',
'refInFor',
'nativeOn', 'nativeOn',
'directives', 'directives',
'staticClass', 'staticClass',