Skip to content

Commit

Permalink
feat(MdDatepicker): emite date without confirming
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 committed Jan 23, 2018
1 parent 6a719b5 commit 0fd4f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MdDatepicker/MdDatepickerDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
selectDate (day) {
this.currentDate = setDate(this.currentDate, day)
this.selectedDate = this.currentDate
this.$emit('update:mdDate', this.selectedDate)
},
closeDialog () {
this.$emit('md-closed')
Expand Down

0 comments on commit 0fd4f99

Please sign in to comment.