Live Search Laravel VUE js

Опубликовано: 05 Ноябрь 2024
на канале: Code Combination
1,850
22

Hello,
In this video we will add live search functionality in our School Management Process. For this we will
1) Create input field and assign v-model to it
2)Create vue watch function in which we get value of input field on run and assign it to function
3) getting value from parameter and pass to controller and in return we get results
4) In our scenario we use same studentData in v-for as field and scenario and result is same