Commit 3bf6cf64 authored by Zhao Xiaoqiang's avatar Zhao Xiaoqiang Committed by cinwell.li

Fixed checkbox focus bug (#1887)

* 修复 checkbox 的 focus 变量找不到的bug

* 修复 checkbox 的 focus 变量找不到的bug
parent 5fb979f3
...@@ -51,7 +51,8 @@ ...@@ -51,7 +51,8 @@
data() { data() {
return { return {
selfModel: false selfModel: false,
focus: false
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment