I am trying to do the following from my HTML:
var vm = new Vue({ el: \'#loginContent\', data: { main_message: \'Login\', isLogged
You might want to take a look at axios. I used $.ajax and got it working, but found axios and prefer axios over the ajax library.