Skip to content

Commit

Permalink
upgrade package
Browse files Browse the repository at this point in the history
  • Loading branch information
joffreyBerrier committed Apr 29, 2021
1 parent 1850b9e commit 51bcfc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release 1.0.8
https://github.com/joffreyBerrier/vue-hotel-datepicker/releases/tag/1.0.8
# Release 1.0.9
https://github.com/joffreyBerrier/vue-hotel-datepicker/releases/tag/1.0.9

# vue-hotel-datepicker@2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-hotel-datepicker2",
"version": "1.0.8",
"version": "1.0.9",
"author": "Joffrey Berrier - Origin created by krystalcampioni",
"description": "Vue date range picker component fork of vue-hotel-datepicker create by krystalcampioni",
"main": "dist/vueHotelDatepicker2.common.js",
Expand Down
4 changes: 2 additions & 2 deletions src/components/DatePicker/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1303,8 +1303,6 @@ export default {
}
},
renderNextMonth() {
this.$emit("renderNextMonth");
const countOfDesktopMonth = this.isDesktop
? this.countOfDesktopMonth
: this.countOfMobileMonth;
Expand Down Expand Up @@ -1338,6 +1336,8 @@ export default {
this.createMonth(this.getNextMonth(firstDayOfLastMonth.date));
this.activeMonthIndex++;
this.$emit("renderNextMonth");
},
setCheckIn(date) {
this.checkIn = date;
Expand Down

0 comments on commit 51bcfc8

Please sign in to comment.