From 341d52678d8596b094c3c13e219a09508fd70fb3 Mon Sep 17 00:00:00 2001 From: Jasenko Karovic Date: Sat, 25 May 2024 23:13:55 +0200 Subject: [PATCH] fix: Type correction --- src/VueDatePicker/composables/position.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VueDatePicker/composables/position.ts b/src/VueDatePicker/composables/position.ts index c9f8ab7a..e2acc3c1 100644 --- a/src/VueDatePicker/composables/position.ts +++ b/src/VueDatePicker/composables/position.ts @@ -40,7 +40,7 @@ export const usePosition = ({ const menuRect = ref({} as DOMRect); const xCorrect = ref(false); - const menuStyle = ref>({ + const menuStyle = ref>({ top: '0', left: '0', });