Posts by Gilmar Sousa • 11 points
1 post
-
1
votes0
answers94
viewsQ: $. ajax Calling twice
I am developing an application with Vue.JS and Jquery. The call is being made like this in Vue: methods: { efetuarLogin: function (event) { event.stopPropagation(); $.ajax({ type: 'post',…