79104597

Date: 2024-10-19 09:32:15
Score: 1
Natty:
Report link

You can pass the id when toggle the menu

 <Button @click="toggleListOptions($event, item._id,)" icon="pi pi-ellipsis-v" size="small" />

Then got the id

function toggleListOptions(event: Event, id: string) {
    console.log("🚀 ~ toggleListOptions ~ id:", id)
    menuListOptions.value.toggle(event)
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ryan