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 4cca507 commit 31347d1Copy full SHA for 31347d1
src/platforms/web/util/element.js
@@ -26,7 +26,7 @@ export const isHTMLTag = makeMap(
26
// this map is intentionally selective, only covering SVG elements that may
27
// contain child elements.
28
export const isSVG = makeMap(
29
- 'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font,' +
+ 'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,' +
30
'font-face,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +
31
'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',
32
true
0 commit comments