axios

  1. Fivem.com.tr

    Rehber - Vuejs Axios Post Kullanımı

    -- Client'a istek göndermek eğer bir veri göndericekseniz response => {'veri'} şeklinde gönderebilirsiniz Kod: axios.post('https://script-adi/Post', {}).then(response => {}).catch(error => {}); -- Client'a istek gönderip response yani geri dönüş almak: Kod...
Üst