From af909b7d459708f2496c417957875c2d54664704 Mon Sep 17 00:00:00 2001 From: sunjiang0018 Date: Tue, 5 Dec 2023 12:05:53 +0800 Subject: [PATCH] chore: fix typo (#9752) [ci skip] --- packages/runtime-dom/src/patchProp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-dom/src/patchProp.ts b/packages/runtime-dom/src/patchProp.ts index e5883d18fca..6c839045a96 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 !(