Skip to content

Commit 4a37016

Browse files
committed
fix: ts type error
1 parent 5d6ebb3 commit 4a37016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-trigger/Popup/PopupInner.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default defineComponent({
196196
ref={alignRef}
197197
monitorWindowResize
198198
disabled={alignDisabled.value}
199-
align={align}
199+
align={align as any}
200200
onAlign={onInternalAlign}
201201
v-slots={{
202202
default: () => (

0 commit comments

Comments
 (0)