refactor(runtime-dom): remove xlink support since it's been deprecated

This commit is contained in:
Evan You
2019-10-12 19:25:04 -04:00
parent 675ce2c15d
commit a7eefaff1e
2 changed files with 5 additions and 29 deletions

View File

@@ -53,7 +53,7 @@ export function patchProp(
unmountChildren
)
} else {
patchAttr(el, key, nextValue, isSVG)
patchAttr(el, key, nextValue)
}
break
}