Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 6295287

Browse files
committed
fix: Action row expanding menu width with wider info
1 parent de9c344 commit 6295287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Vue3DatePicker/components/DatepickerMenu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
298298
onMounted(() => {
299299
menuMount.value = true;
300+
getCalendarWidth();
300301
if (!props.inline) {
301302
nextTick(() => emit('dpOpen'));
302303
}

0 commit comments

Comments
 (0)