From: wxy <34932209+wxy0902@users.noreply.github.com> Date: Tue, 18 Aug 2020 15:43:14 +0000 (+0800) Subject: chore(runtime-dom): remove deprecated tags from jsx typing (#1627) X-Git-Tag: v3.0.0-rc.6~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3892ea884bfc14140e3c2fd1c732cb1573c4c724;p=thirdparty%2Fvuejs%2Fcore.git chore(runtime-dom): remove deprecated tags from jsx typing (#1627) --- diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index 82a3ab851d..0d767fc0e9 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -1024,7 +1024,6 @@ interface IntrinsicElementAttributes { base: BaseHTMLAttributes bdi: HTMLAttributes bdo: HTMLAttributes - big: HTMLAttributes blockquote: BlockquoteHTMLAttributes body: HTMLAttributes br: HTMLAttributes @@ -1078,7 +1077,6 @@ interface IntrinsicElementAttributes { map: MapHTMLAttributes mark: HTMLAttributes menu: MenuHTMLAttributes - menuitem: HTMLAttributes meta: MetaHTMLAttributes meter: MeterHTMLAttributes nav: HTMLAttributes