mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 10:38:56 +08:00
fix: ts type error
This commit is contained in:
parent
5d6ebb30ac
commit
4a37016f4e
@ -196,7 +196,7 @@ export default defineComponent({
|
||||
ref={alignRef}
|
||||
monitorWindowResize
|
||||
disabled={alignDisabled.value}
|
||||
align={align}
|
||||
align={align as any}
|
||||
onAlign={onInternalAlign}
|
||||
v-slots={{
|
||||
default: () => (
|
||||
|
Loading…
Reference in New Issue
Block a user