fix. content 모달 dimmed 옵셔널 추가
This commit is contained in:
@@ -53,7 +53,7 @@ watch(
|
||||
:class="[
|
||||
'modal-wrap',
|
||||
{ 'is-open': content.storeIsOpen },
|
||||
'dimmed',
|
||||
{ dimmed: content.storeIsShowDimmed },
|
||||
content.storeModalName,
|
||||
]"
|
||||
@click="handleOutsideClick"
|
||||
|
||||
Reference in New Issue
Block a user