Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af5e05d

Browse files
authoredMar 30, 2021
fix: give correct namespace in foreignObject (#11576)
Fix #11575
1 parent 7e5dc6b commit af5e05d

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
@@ -26,7 +26,7 @@ export const isHTMLTag = makeMap(
2626
// contain child elements.
2727
export const isSVG = makeMap(
2828
'svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' +
29-
'foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +
29+
'foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' +
3030
'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view',
3131
true
3232
)

0 commit comments

Comments
 (0)
Failed to load comments.