2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-14 03:42:27 +03:00

fix: defaultValue should update calendar (#364)

This commit is contained in:
mengxiong10
2019-10-29 21:24:34 +08:00
parent a46948c84f
commit 5e463bd3cf
+3
View File
@@ -196,6 +196,9 @@ export default {
immediate: true,
handler: 'updateNow'
},
defaultValue: {
handler: 'updateNow'
},
visible: {
immediate: true,
handler: 'init'