export default { bind(el, { value }){ if (value) { el.focus(); } } }