We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b7d5d commit da1fc3dCopy full SHA for da1fc3d
src/platforms/web/util/element.js
@@ -19,7 +19,7 @@ export const isHTMLTag = makeMap(
19
'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +
20
'output,progress,select,textarea,' +
21
'details,dialog,menu,menuitem,summary,' +
22
- 'content,element,shadow,template'
+ 'content,element,shadow,template,blockquote,iframe,tfoot'
23
)
24
25
// this map is intentionally selective, only covering SVG elements that may
0 commit comments