crud-vuetify-structured-template
crud-vuetify-structured-template copied to clipboard
Add createAt and updatedAt inside the MockApi
- When we add task inside a real backend API, it should create/update the fields createdAt and updatedAt automatically
- Using the json-server, it's possible to do this as soon the id is auto populated