- App.vue: add v-else-if branch for admin routes that renders only router-view (no AppSidebar) - App.vue: replace routeViewRef with getFileManagerInstance() using matched.find(r => r.instances?.default) - App.vue: remove unused ref import (Gap 3 + Gap 4)