fix. 모달 딤드 기본값 true로 수정
This commit is contained in:
@@ -8,7 +8,7 @@ interface props {
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<props>(), {
|
||||
isShowDimmed: false,
|
||||
isShowDimmed: true,
|
||||
isOutsideClose: false,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user