fix(side-menu): 배너 등록 진입 시 캐릭터 리스트까지 활성화되던 문제 수정\n\n- /character 하위 메뉴에 exact 매칭 적용(:exact)\n- /character/banner 진입 시 /character가 함께 선택 표시되지 않도록 수정

This commit is contained in:
Yu Sung 2025-08-12 23:31:36 +09:00
parent 231539fd27
commit 30e08c862a
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
>
<v-list-item
:to="childItem.route"
:exact="childItem.route === '/character'"
active-class="blue white--text"
>
<v-list-item-title>{{ childItem.title }}</v-list-item-title>