fix: redirect to vue route when path is relative

This commit is contained in:
Clark Du 2017-11-28 22:05:05 +08:00
parent 3020af7c38
commit 97eaa1b671
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -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.'
}
}