mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 12:07:39 +08:00
parent
23a058ed13
commit
70db229a49
@ -28,7 +28,7 @@ export default {
|
||||
if (isIE || isEdge) {
|
||||
setTimeout(cb, 0)
|
||||
}
|
||||
} else if (vnode.tag === 'textarea' || el.type === 'text') {
|
||||
} else if (vnode.tag === 'textarea' || el.type === 'text' || el.type === 'password') {
|
||||
el._vModifiers = binding.modifiers
|
||||
if (!binding.modifiers.lazy) {
|
||||
if (!isAndroid) {
|
||||
|
Loading…
Reference in New Issue
Block a user