Skip to content

Commit da1fc3d

Browse files
lonelyclickyyx990803
authored andcommitted
improve: add missing html and svg tag (#5688)
* imporve: add missing html and svg tag * reivew * fix: review
1 parent 11b7d5d commit da1fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/web/util/element.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const isHTMLTag = makeMap(
1919
'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +
2020
'output,progress,select,textarea,' +
2121
'details,dialog,menu,menuitem,summary,' +
22-
'content,element,shadow,template'
22+
'content,element,shadow,template,blockquote,iframe,tfoot'
2323
)
2424

2525
// this map is intentionally selective, only covering SVG elements that may

0 commit comments

Comments
 (0)