fix(side-menu): 배너 등록 진입 시 캐릭터 리스트까지 활성화되던 문제 수정\n\n- /character 하위 메뉴에 exact 매칭 적용(:exact)\n- /character/banner 진입 시 /character가 함께 선택 표시되지 않도록 수정
This commit is contained in:
		| @@ -43,6 +43,7 @@ | |||||||
|           > |           > | ||||||
|             <v-list-item |             <v-list-item | ||||||
|               :to="childItem.route" |               :to="childItem.route" | ||||||
|  |               :exact="childItem.route === '/character'" | ||||||
|               active-class="blue white--text" |               active-class="blue white--text" | ||||||
|             > |             > | ||||||
|               <v-list-item-title>{{ childItem.title }}</v-list-item-title> |               <v-list-item-title>{{ childItem.title }}</v-list-item-title> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung