chore: format

pull/1850/head
sapphi-red 4 years ago
parent 721d153f9b
commit 055ec77694

@ -151,7 +151,9 @@ export function createRouter(
) {
const { target } = link
const { href, origin, pathname, hash, search } = new URL(
link.href instanceof SVGAnimatedString ? link.href.animVal : link.href,
link.href instanceof SVGAnimatedString
? link.href.animVal
: link.href,
link.baseURI
)
const currentUrl = window.location

Loading…
Cancel
Save