We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdf445 commit 341d526Copy full SHA for 341d526
src/VueDatePicker/composables/position.ts
@@ -40,7 +40,7 @@ export const usePosition = ({
40
const menuRect = ref<DOMRect>({} as DOMRect);
41
const xCorrect = ref(false);
42
43
- const menuStyle = ref<Partial<CSSStyleDeclaration>>({
+ const menuStyle = ref<Record<string, string>>({
44
top: '0',
45
left: '0',
46
});
0 commit comments