feat. 해더 기획 기능 구현 (해상도에 맞춰 리스트 더보기 생성)

This commit is contained in:
clkim
2025-10-01 21:38:12 +09:00
parent 517d2b233b
commit a70b3c8795
5 changed files with 253 additions and 247 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div id="header-stove" class="relative z-[5]" />
<div id="stove-wrapper" class="relative z-[5]" />
</template>
<script setup lang="ts">
@@ -26,7 +26,7 @@ function loadGnb(locale: string) {
locale = locale.toLowerCase()
const gnbOption = {
wrapper: '#header-stove',
wrapper: '#stove-wrapper',
isResponsive: true,
skin: gnbData?.skin_type || 'gnb-dark-mini',
widget: {