diff --git a/src/components/curtain/index.ts b/src/components/curtain/index.ts index e775017c..0b849553 100644 --- a/src/components/curtain/index.ts +++ b/src/components/curtain/index.ts @@ -11,7 +11,7 @@ const AtCurtain = defineComponent({ isOpened: Boolean, closeBtnPosition: { type: String as PropType, - default: 'bottom' as PropType + default: 'bottom' }, // 事件 onClose: {