export default function todoFocus(el, binding) {
  if (binding.value) {
    el.focus();
  }
}