diff --git a/src/platforms/web/util/element.js b/src/platforms/web/util/element.js index 65f1aafbbf2..d6a03f49aa5 100644 --- a/src/platforms/web/util/element.js +++ b/src/platforms/web/util/element.js @@ -26,7 +26,7 @@ export const isHTMLTag = makeMap( // contain child elements. export const isSVG = makeMap( 'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' + - 'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' + + 'foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' + 'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view', true )