Vue Tutorial 8 - POST Requests

preview_player
Показать описание
Current Lesson: POST Requests
I apologize about the sound quality/volume! Experimenting with background music and seeing if it's going to be something I do consistently. Let me know your thoughts!

Previous lesson - GET Requests

Github:

------------------------

My Courses & Recommendations:

My Socials:

Affiliate & Referral Links:

And make sure you subscribe to my channel!

Tags: #vuedevelopment #vue #vuecoding

DISCLAIMER: Links included in this description might be affiliate links. If you purchase a product or service with the links that I provide I may receive a small commission. There is no additional charge to you! Thank you for supporting TechRally!
Рекомендации по теме
Комментарии
Автор

Excellent tutorial. Could you elaborate why it is good practise to assign the data response to a const variable?

skyricho
Автор

Thank you! This helped me sort out a little detail i was overlooking. If i didn't note it i'd probably still be having my 400 bad request

ikennaoyiih
Автор

Hey, thanks for the tutorial. At 3:47 why you didn't use this.users.push(data) instead twice response.data ?

LucXX
Автор

hola resulta que mi bdd tengo int, como puedo hacerlo mediante this.number

rodrigoandresyanezloyola
Автор

Thank you for this video. This helped me.

sanyuktakate
Автор

error with post helpme parameters: nombres: this.nombres,
apellidos: this.apellidos,
fechaentrada: this.fechaentrada,
direccion: this.direccion,
cantidadequipos: this.cantidadequipos,
valortotal: this.valortotal,
identificador: this.identificador,
respuesta: this.respuesta,
telefono: this.telefono,
tipopago: this.tipopago,
descripcion: this.descripcion,
valorunidad: this.valorunidad,
adjuntar: this.adjuntar,
correo: this.correo

alexdevorigin