Skip to content

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