mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix: redirect to vue route when path is relative
This commit is contained in:
parent
3020af7c38
commit
97eaa1b671
@ -323,6 +323,7 @@ Options.defaults = {
|
||||
back_to_home: 'Back to the home page',
|
||||
server_error_details: 'An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.',
|
||||
client_error: 'Error',
|
||||
client_error_details: 'An error occurred while rendering the page. Check developer tools console for details.'
|
||||
client_error_details: 'An error occurred while rendering the page. Check developer tools console for details.',
|
||||
redirect: 'Redirecting to external page.'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user