mirror of https://github.com/ElemeFE/element
Fixed checkbox focus bug (#1887)
* 修复 checkbox 的 focus 变量找不到的bug * 修复 checkbox 的 focus 变量找不到的bugpull/1900/head
parent
5fb979f3a6
commit
3bf6cf6418
|
@ -51,7 +51,8 @@
|
|||
|
||||
data() {
|
||||
return {
|
||||
selfModel: false
|
||||
selfModel: false,
|
||||
focus: false
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue