Commit d9a06ab2 authored by JingChao's avatar JingChao

Update Item.vue

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