sending a object by vue-router but when I recive it in the another component I just got [object Object]
//sending a object by vue-router but when I recive it in the another component I just got [object Object]
router.push({
name: "ManagePersonnelForm",
params: { updateData: { "id": "1" , "name": "jose" } },
});