fix. content 모달 dimmed 옵셔널 추가

This commit is contained in:
clkim
2026-01-27 16:49:54 +09:00
parent 0e455c3b61
commit a9096436e4
3 changed files with 5 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ watch(
:class="[
'modal-wrap',
{ 'is-open': content.storeIsOpen },
'dimmed',
{ dimmed: content.storeIsShowDimmed },
content.storeModalName,
]"
@click="handleOutsideClick"