chore: use variable instead of literal
This commit is contained in:
@@ -34,7 +34,7 @@ export function patchDOMProp(
|
||||
el.value = newValue
|
||||
}
|
||||
if (value == null) {
|
||||
el.removeAttribute('value')
|
||||
el.removeAttribute(key)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user