mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-14 03:21:05 +00:00
@@ -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",
|
||||
|
Reference in New Issue
Block a user