Skip to content

Commit

Permalink
fix: ts type error
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Nov 11, 2024
1 parent 5d6ebb3 commit 4a37016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/vc-trigger/Popup/PopupInner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default defineComponent({
ref={alignRef}
monitorWindowResize
disabled={alignDisabled.value}
align={align}
align={align as any}
onAlign={onInternalAlign}
v-slots={{
default: () => (
Expand Down

0 comments on commit 4a37016

Please sign in to comment.