Skip to content

Commit 1c1621d

Browse files
committed
chore: fix flow
1 parent 0f7c443 commit 1c1621d

File tree

1 file changed

+1
-0
lines changed
  • src/platforms/web/runtime/modules

1 file changed

+1
-0
lines changed

Diff for: src/platforms/web/runtime/modules/attrs.js

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function setAttr (el: Element, key: string, value: any) {
9898
el.removeEventListener('input', blocker)
9999
}
100100
el.addEventListener('input', blocker)
101+
// $flow-disable-line
101102
el.__ieph = true /* IE placeholder patched */
102103
}
103104
el.setAttribute(key, value)

0 commit comments

Comments
 (0)