Skip to content

Commit

Permalink
fix: defaultValue should update calendar (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiong10 committed Oct 29, 2019
1 parent a46948c commit 5e463bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ export default {
immediate: true,
handler: 'updateNow'
},
defaultValue: {
handler: 'updateNow'
},
visible: {
immediate: true,
handler: 'init'
Expand Down

0 comments on commit 5e463bd

Please sign in to comment.