]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(shared): menuitem tag has been deprecated (#1613)
authorleyale <41657921+leyale@users.noreply.github.com>
Fri, 17 Jul 2020 15:26:12 +0000 (23:26 +0800)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 15:26:12 +0000 (11:26 -0400)
packages/shared/src/domTagConfig.ts

index 2621b7cb97558e4e683a5be7cff52f512a2f8894..7c1d404b10651d6fb99933d2ea0cdda9352ed3e1 100644 (file)
@@ -11,7 +11,7 @@ const HTML_TAGS =
   'time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,' +
   '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,' +
+  'option,output,progress,select,textarea,details,dialog,menu,' +
   'summary,content,template,blockquote,iframe,tfoot'
 
 // https://developer.mozilla.org/en-US/docs/Web/SVG/Element