“axios post nuxt” Kod odpowiedzi

axios post nuxt

this.$axios.post('insert', {
          name: this.name, 
          email: this.email,
          password: this.password 
})
.then(function (response) {
    console.log(response);
})
.catch(function (error) {
    console.log(error);
});
Shadow

nuxt „axiosrequestconfig”

import { AxiosRequestConfig } from 'axios'
florinrelea

Odpowiedzi podobne do “axios post nuxt”

Pytania podobne do “axios post nuxt”

Więcej pokrewnych odpowiedzi na “axios post nuxt” w JavaScript

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu