Skip to content

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
});
Clone this wiki locally