Hello sir im tryng to do your tutorial this whole thing laravel +vue , my project cant delete the data why is that sir. I believe i did follow evry steps and codes
@@miguelvinmart.2253 i haved a same problem , so a rewrited a line and i write a method again ... An example ... Delete async deleteContact(contact, id){ let url = 'localhost:8000/api/contato/' + contact;
Hello sir im tryng to do your tutorial this whole thing laravel +vue , my project cant delete the data why is that sir. I believe i did follow evry steps and codes
Testing it to the postman it works but when im tryng to delete in the web , nothing happens please help me
@@miguelvinmart.2253 i haved a same problem , so a rewrited a line and i write a method again ...
An example ...
Delete
async deleteContact(contact, id){
let url = 'localhost:8000/api/contato/' + contact;
The title of your videos is misleading, this is not vue3, it is vue2, in vue3 there is no data, there is setup