refactor(runtime-dom): remove xlink support since it's been deprecated
This commit is contained in:
@@ -53,7 +53,7 @@ export function patchProp(
|
||||
unmountChildren
|
||||
)
|
||||
} else {
|
||||
patchAttr(el, key, nextValue, isSVG)
|
||||
patchAttr(el, key, nextValue)
|
||||
}
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user