The final function left to implement for vehicles crud is the delete button functionality in the index view which is very quick.
1. Extend Store
Extend vehicle store src/stores/vehicle.js...
The final function left to implement for vehicles crud is the delete button functionality in the index view which is very quick.
Extend vehicle store src/stores/vehicle.js...
Hi there. A suggestion to add a confirm dialog before deleting the vehicle.
I added the following basic functionalities in the src/views/Vehicles/IndexView.vue:
and the delete button looks like
Great suggestion, thanks!