We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b2e2a commit 6ee0364Copy full SHA for 6ee0364
src/core.js
@@ -90,8 +90,6 @@ export function updateValue(el, vnode, { emit = true, force = false, clean = fal
90
}
91
92
93
- console.log(unmasked, masked)
94
-
95
if (force || oldValue !== currentValue) {
96
el[CONFIG_KEY].oldValue = masked
97
el.unmaskedValue = unmasked
0 commit comments