-
-
Notifications
You must be signed in to change notification settings - Fork 3
Scroll Top
Fatih Koca edited this page Nov 27, 2019
·
1 revision
This setting is used to scroll to top of the document when after loading the request.
Default value is true
.
Vue.ajax.get("http://example.com", {}, {
scrollTop: true
});