Add git download page (#1742)

This commit is contained in:
filtered
2024-11-30 05:12:09 +11:00
committed by GitHub
parent 7f5b685c9f
commit 0bf30e7621
4 changed files with 81 additions and 0 deletions

View File

@@ -78,6 +78,12 @@ const router = createRouter({
name: 'NotSupportedView',
component: () => import('@/views/NotSupportedView.vue'),
beforeEnter: guardElectronAccess
},
{
path: 'download-git',
name: 'DownloadGitView',
component: () => import('@/views/DownloadGitView.vue'),
beforeEnter: guardElectronAccess
}
]
}