From: sunjiang0018 Date: Tue, 5 Dec 2023 04:05:53 +0000 (+0800) Subject: chore: fix typo (#9752) [ci skip] X-Git-Tag: v3.3.11~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af909b7d459708f2496c417957875c2d54664704;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#9752) [ci skip] --- diff --git a/packages/runtime-dom/src/patchProp.ts b/packages/runtime-dom/src/patchProp.ts index e5883d18fc..6c839045a9 100644 --- a/packages/runtime-dom/src/patchProp.ts +++ b/packages/runtime-dom/src/patchProp.ts @@ -110,7 +110,7 @@ function shouldSetAsProp( return false } - // #8780 the width or heigth of embedded tags must be set as attribute + // #8780 the width or height of embedded tags must be set as attribute if (key === 'width' || key === 'height') { const tag = el.tagName return !(