export default function model (
  el: ASTElement,
  dir: ASTDirective
): ?boolean {
  if (el.tag === 'input' || el.tag === 'textarea') {