이노레갈스 블로그
$refs.searchInput?.focus())"
@keydown.escape.window="open = false" @click.self="open = false"
x-effect="
if (open) {
document.body.style.overflow = 'hidden';
$nextTick(() => $refs.searchInput?.focus());
} else {
document.body.style.overflow = '';
suggestOpen = false;
query = '';
keywords = [];
resources = [];
}
"
class="fixed inset-0 z-[100] flex items-center justify-center bg-[#131315]/90 pointer-events-auto" id="blog-search-modal"
role="dialog" aria-modal="true" aria-labelledby="blog-search-modal-title">
결과 없음
아직 이 주제에 대한 글이 없지만 준비 중입니다.
그동안 다른 카테고리를 보거나 검색해 보세요.