mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 18:37:21 +00:00
misc: Fix typo
This commit is contained in:
parent
e8532dc80c
commit
97d70f46c6
@ -155,7 +155,7 @@ export async function setContext(app, context) {
|
|||||||
if (process.client) {
|
if (process.client) {
|
||||||
window.location = path
|
window.location = path
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
// Wait for broswer to redirect...
|
// Wait for browser to redirect...
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user