Full Stack Vue.js 3 & Laravel CRUD with RESTFUL API | Part 3

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 4

  • @miguelvinmart.2253
    @miguelvinmart.2253 2 года назад

    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
      @miguelvinmart.2253 2 года назад

      Testing it to the postman it works but when im tryng to delete in the web , nothing happens please help me

    • @brunopetrocchi2541
      @brunopetrocchi2541 Год назад

      @@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;

  • @MauricioForeroGonzalez
    @MauricioForeroGonzalez 11 месяцев назад

    The title of your videos is misleading, this is not vue3, it is vue2, in vue3 there is no data, there is setup