How come there are so few events in Nuxt UI?
I was hoping for a
closed
event for the USlideover
component but I didn't see any.
Then I looked at other components to see if there was any event / emit reference, and there didn't seem to be any at all events or emits listed for most of them.
Am I missing something?2 Replies
GitHub
ui/src/runtime/components/overlays/Slideover.vue at dev · nuxt/ui
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS. - nuxt/ui
OK, so there are emits:
https://github.com/nuxt/ui/blob/dev/src/runtime/components/overlays/Slideover.vue#L74C3-L74C75
How come they are not documented?