mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #549 - Declare events in "emits" section of every component
This commit is contained in:
parent
41074b0e7e
commit
4044be48cb
60 changed files with 70 additions and 0 deletions
|
@ -46,6 +46,7 @@ import DomHandler from '../utils/DomHandler';
|
|||
import Ripple from '../ripple/Ripple';
|
||||
|
||||
export default {
|
||||
emits: ['update:modelValue', 'before-show', 'before-hide', 'show', 'hide', 'change', 'filter'],
|
||||
props: {
|
||||
modelValue: null,
|
||||
options: Array,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue