-
-
Notifications
You must be signed in to change notification settings - Fork 3
Cache
Fatih Koca edited this page Nov 27, 2019
·
1 revision
If set to false, it will force requested pages not to be cached by the browser.
Default value is false
.
Vue.ajax.get("http://example.com", {}, {
cache: false
});