Skip to content

Commit

Permalink
fix: Type correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed May 25, 2024
1 parent 0fdf445 commit 341d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VueDatePicker/composables/position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const usePosition = ({
const menuRect = ref<DOMRect>({} as DOMRect);
const xCorrect = ref(false);

const menuStyle = ref<Partial<CSSStyleDeclaration>>({
const menuStyle = ref<Record<string, string>>({
top: '0',
left: '0',
});
Expand Down

0 comments on commit 341d526

Please sign in to comment.