From 97eaa1b6711cc2dce2ed7485fde38fbfed6e38df Mon Sep 17 00:00:00 2001 From: Clark Du Date: Tue, 28 Nov 2017 22:05:05 +0800 Subject: [PATCH] fix: redirect to vue route when path is relative --- lib/common/options.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/common/options.js b/lib/common/options.js index 09648b659b..34e7b3e34a 100755 --- a/lib/common/options.js +++ b/lib/common/options.js @@ -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.' } }