Add function for sidebar shot column switch
This commit is contained in:
@@ -60,6 +60,12 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () => import('@/views/project/ProjectShotsView.vue'),
|
||||
meta: { tab: 'shots', tabLabel: 'Shots', hasEpisode: true }
|
||||
},
|
||||
{
|
||||
path: 'shots/:shotId',
|
||||
name: 'ShotDetail',
|
||||
component: () => import('@/views/project/ShotDetailView.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: 'assets',
|
||||
name: 'ProjectAssets',
|
||||
|
||||
Reference in New Issue
Block a user