]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(runtime-dom): remove deprecated tags from jsx typing (#1627)
authorwxy <34932209+wxy0902@users.noreply.github.com>
Tue, 18 Aug 2020 15:43:14 +0000 (23:43 +0800)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 15:43:14 +0000 (11:43 -0400)
packages/runtime-dom/types/jsx.d.ts

index 82a3ab851df27b04bcd321aebefb13bf71e02a47..0d767fc0e941213fdff9b5436b919c627c625cd6 100644 (file)
@@ -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