Skip to content

Commit 341d526

Browse files
committed
fix: Type correction
1 parent 0fdf445 commit 341d526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueDatePicker/composables/position.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const usePosition = ({
4040
const menuRect = ref<DOMRect>({} as DOMRect);
4141
const xCorrect = ref(false);
4242

43-
const menuStyle = ref<Partial<CSSStyleDeclaration>>({
43+
const menuStyle = ref<Record<string, string>>({
4444
top: '0',
4545
left: '0',
4646
});

0 commit comments

Comments
 (0)