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

View File

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