Declare events in "emits" section of every component #549
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Currently when using primevue in Vue 3 it gives you a warning every time an event is emitted because it's not declared in 'emits' section.
It would be nice to have those events declared at least using the array syntax:
The text was updated successfully, but these errors were encountered: