Fixed #549 - Declare events in "emits" section of every component

This commit is contained in:
Cagatay Civici 2020-10-21 21:03:17 +03:00
parent 41074b0e7e
commit 4044be48cb
60 changed files with 70 additions and 0 deletions

View file

@ -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,