axios.post("/path/.../file.php", {
data: {
old_password: this.old, //что здесь this?
new_password1: this.new1,
new_password2: this.new2
},
responseType: 'json'
}).then(function (response) {
alert(response.data)
});
без jq кстати, как вам и нужно:)