Commit 0c6219e2 authored by JingChao's avatar JingChao

option-item

parent 56990781
......@@ -97,7 +97,7 @@ export default {
},
focusin () {
let vm = this
let showFocus = vm.showFocusBorder vm.showFocusBorder : vm.$parent.showFocusBorder
let showFocus = vm.showFocusBorder ? vm.showFocusBorder : vm.$parent.showFocusBorder
vm.focus = 'focus'
if (showFocus) {
vm.focusBorder = 'focus-border'
......
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