We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5dc6b commit af5e05dCopy full SHA for af5e05d
src/platforms/web/util/element.js
@@ -26,7 +26,7 @@ export const isHTMLTag = makeMap(
26
// contain child elements.
27
export const isSVG = makeMap(
28
'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +
29
- 'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +
+ 'foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +
30
'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',
31
true
32
)
0 commit comments