Posts by Claudson Douglas • 1 point
1 post
-
0
votes1
answer234
viewsA: Vue does not work with ajax
Until it does, but it will take a lot of work, use Axios which is a JS library to make ajax requests axios.post('http://localhost:51541/Api.svc/cadastro-usuario', data) .then(function(response){…