$.ajax({
method :"POST",
dataType : "json",
url : "service_template_file.php",
data : {'id':fileId},
success: function(data)
{
self.open_files.push(data);
}
});
Loading JSON Data into Vue js using JQuery ajax.