Add support for Clips.

Closes #815
This commit is contained in:
FireMasterK
2022-02-10 15:03:33 +00:00
parent a010f4289d
commit 5ca5854594
2 changed files with 21 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ const routes = [
name: "WatchVideo",
component: () => import("../components/WatchVideo.vue"),
},
{
path: "/clip/:clipId",
name: "Clips",
component: () => import("../components/ClipsPage.vue"),
},
{
path: "/:path(channel|user|c)/:channelId/:videos?",
name: "Channel",