-
-
Notifications
You must be signed in to change notification settings - Fork 3
Title
Fatih Koca edited this page Nov 27, 2019
·
1 revision
With this feature, you can specify the document title that will change when the request submission succeeds.
Vue.ajax.get("http://example.com", {}, {
title: "New title"
});