diff --git a/packages/runtime-dom/src/modules/props.ts b/packages/runtime-dom/src/modules/props.ts index e9b3bca357d..4d4b2359cdd 100644 --- a/packages/runtime-dom/src/modules/props.ts +++ b/packages/runtime-dom/src/modules/props.ts @@ -34,13 +34,17 @@ export function patchDOMProp( // custom elements may use _value internally !tag.includes('-') ) { + const mounted = '_value' in el // store value as _value as well since // non-string values will be stringified. el._value = value // #4956: