79088489

Date: 2024-10-15 05:18:35
Score: 1
Natty:
Report link

In Vue 3:

const slots = useSlots()

slots.default().forEach((slot) => {
  console.log(slot.key)
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Crossoni