mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(nuxt): ignore navigateTo
open
option on server side (#26392)
This commit is contained in:
parent
4e6812d92c
commit
6f2e7a8b23
@ -135,9 +135,8 @@ export const navigateTo = (to: RouteLocationRaw | undefined | null, options?: Na
|
||||
.join(', ')
|
||||
|
||||
open(toPath, target, features)
|
||||
return Promise.resolve()
|
||||
}
|
||||
|
||||
return Promise.resolve()
|
||||
}
|
||||
|
||||
const isExternal = options?.external || hasProtocol(toPath, { acceptRelative: true })
|
||||
|
Loading…
Reference in New Issue
Block a user