From 2cae8d1550a19d8ef47814bbfe483b634ee2bfc3 Mon Sep 17 00:00:00 2001 From: wxy <306533309@qq.com> Date: Sun, 19 Jul 2020 10:27:33 +0800 Subject: [PATCH 1/2] chore(runtime-dom):menuitem tag has been deprecated --- packages/runtime-dom/types/jsx.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index 2c9daff29dd..70e6d05eeb4 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -1071,7 +1071,6 @@ interface IntrinsicElementAttributes { map: MapHTMLAttributes mark: HTMLAttributes menu: MenuHTMLAttributes - menuitem: HTMLAttributes meta: MetaHTMLAttributes meter: MeterHTMLAttributes nav: HTMLAttributes From 2cac48c8535b31ab8556bb3698646ec514f810ed Mon Sep 17 00:00:00 2001 From: wxy <306533309@qq.com> Date: Mon, 20 Jul 2020 22:31:26 +0800 Subject: [PATCH 2/2] chore(runtime-dom): big tag is deprecated --- packages/runtime-dom/types/jsx.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index 70e6d05eeb4..80ede0c279b 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -1017,7 +1017,6 @@ interface IntrinsicElementAttributes { base: BaseHTMLAttributes bdi: HTMLAttributes bdo: HTMLAttributes - big: HTMLAttributes blockquote: BlockquoteHTMLAttributes body: HTMLAttributes br: HTMLAttributes