-
-
Notifications
You must be signed in to change notification settings - Fork 3
Hard Reload
Fatih Koca edited this page Nov 27, 2019
·
1 revision
Refreshing the page is sometimes enough for you as the only option for the send requests. In this case, using this setting can save you time.
The option is to hard reloading when page can not be loaded. Default value is false
.
Vue.ajax.get("http://example.com", {}, {
hardReloadOnError: true
});