fix. 팝업 버튼 추가

This commit is contained in:
clkim
2025-11-13 10:59:21 +09:00
parent 2902fe0222
commit 6765ae905c
22 changed files with 338 additions and 223 deletions

View File

@@ -106,7 +106,6 @@ const sortedCharacterList = computed(() => {
*/
const openAlert = (text: string) => {
handleOpenAlert({
isShowDimmed: true,
contentText: text,
isOutsideClose: true,
})