Trying on this doc.
This maybe help you.
You can use
lifecycles: {
async beforeCreate(data) {
data.isTableFull = data.numOfPeople === 4;
},
},
Trying on this doc.
This maybe help you.
You can use
lifecycles: {
async beforeCreate(data) {
data.isTableFull = data.numOfPeople === 4;
},
},