Skip to content

Commit 5e463bd

Browse files
author
mengxiong10
committed
fix: defaultValue should update calendar (#364)
1 parent a46948c commit 5e463bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/calendar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ export default {
196196
immediate: true,
197197
handler: 'updateNow'
198198
},
199+
defaultValue: {
200+
handler: 'updateNow'
201+
},
199202
visible: {
200203
immediate: true,
201204
handler: 'init'

0 commit comments

Comments
 (0)