Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
kamerat committed Jun 13, 2018
1 parent af26110 commit 4182fa9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/vuejs-datepicker.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,8 @@ var Datepicker = {render: function(){var _vm=this;var _h=_vm.$createElement;var
this.setPageDate(range.from);
this.$emit('selected', date);
this.$emit('input', range);
this.$emit('start', range.from);
this.$emit('end', range.to);
},
/**
* @param {Object} year
Expand Down
2 changes: 2 additions & 0 deletions dist/vuejs-datepicker.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,8 @@ var Datepicker = {render: function(){var _vm=this;var _h=_vm.$createElement;var
this.setPageDate(range.from);
this.$emit('selected', date);
this.$emit('input', range);
this.$emit('start', range.from);
this.$emit('end', range.to);
},
/**
* @param {Object} year
Expand Down
2 changes: 2 additions & 0 deletions dist/vuejs-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,8 @@
this.setPageDate(range.from);
this.$emit('selected', date);
this.$emit('input', range);
this.$emit('start', range.from);
this.$emit('end', range.to);
},
/**
* @param {Object} year
Expand Down
2 changes: 1 addition & 1 deletion dist/vuejs-datepicker.min.js

Large diffs are not rendered by default.

0 comments on commit 4182fa9

Please sign in to comment.