Skip to content

Commit

Permalink
Limit the default events to be emitted #59
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Feb 10, 2018
1 parent 7162c78 commit 654f659
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@
const hooks = [
'onChange',
'onClose',
'onDayCreate',
'onDestroy',
'onKeyDown',
'onMonthChange',
'onOpen',
'onParseConfig',
'onReady',
'onValueUpdate',
'onYearChange',
'onPreCalendarPosition',
// Let's not include these events
//'onValueUpdate',
//'onDayCreate',
//'onParseConfig',
//'onReady',
//'onPreCalendarPosition',
];
const camelToKebab = (string) => {
Expand Down

0 comments on commit 654f659

Please sign in to comment.