]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove deprecated elements from dom tag config (#1596)
author无忧 <q213546879@hotmail.com>
Thu, 16 Jul 2020 03:16:28 +0000 (11:16 +0800)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 03:16:28 +0000 (23:16 -0400)
packages/shared/src/domTagConfig.ts

index 26d64eb2c293d5c7aed54504b35a2db595008748..2621b7cb97558e4e683a5be7cff52f512a2f8894 100644 (file)
@@ -12,7 +12,7 @@ const HTML_TAGS =
   'canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,' +
   'th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,' +
   'option,output,progress,select,textarea,details,dialog,menu,menuitem,' +
-  'summary,content,element,shadow,template,blockquote,iframe,tfoot'
+  'summary,content,template,blockquote,iframe,tfoot'
 
 // https://developer.mozilla.org/en-US/docs/Web/SVG/Element
 const SVG_TAGS =