You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because vue-router v4 API differs from vue-router v3, resolve in v3 returns object, and we need extra .resolved property to access resoled location full path.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Linux
v16.15.1
2.15.8
1.0.0
pnpm@7.22.0
vite
components
,serverMiddleware
,modules
,buildDir
,plugins
,nitro
,bridge
,runtimeConfig
,serverHandlers
,devServerHandlers
,devServer
,typescript
,buildModules
()
()
,@nuxt/bridge@3.0.0
Reproduction
Just call
navigateTo
on serverSide and pass url, which differs from '/'Describe the bug
bridge/packages/bridge/src/runtime/composables.ts
Line 216 in c523099
Because vue-router v4 API differs from vue-router v3, resolve in v3 returns object, and we need extra
.resolved
property to access resoled location full path.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: