25 Vue.js filter to delete from javascript array and Laravel to Vue.js component

Опубликовано: 28 Сентябрь 2024
на канале: Amitav Roy
4,217
50

In this video, we are going to handle the functionality of deleting an individual item from the ordered item list in case the user clicked it by mistake. We will see how we can use Javascript's filter function to help us in this situation.

Once this is done, we will also look at how we can convert some markup coming from the server (Laravel blade markup) into a Vue.js component so that we can add more interactivity to the records like completing a record or cancel a record.

Code: https://gitlab.com/amitavroy7/munchex...