defineEmits(['card-clicked', 'delete-clicked', 'edit-clicked']): Defines the events that this component can emit to its parent components. These events are related to card interaction, deletion, and ...