UNPKG

yunser-ui-vue

Version:

material design ui for vue2

9 lines (8 loc) 165 B
export default { bind (el, binding) { if (binding.value) el.focus() }, update (el, binding) { if (!binding.oldValue && binding.value) el.focus() } }