Add page to see subscriptions.

Closes #301
This commit is contained in:
FireMasterK
2021-07-23 01:35:48 +05:30
parent d3f4653e8a
commit 0485857ae2
3 changed files with 68 additions and 0 deletions

View File

@@ -55,6 +55,11 @@ const routes = [
path: "/:videoId([a-zA-Z0-9_-]{11})",
component: () => import("../components/VideoRedirect.vue"),
},
{
path: "/subscriptions",
name: "Subscriptions",
component: () => import("../components/SubscriptionsPage.vue"),
},
];
const router = createRouter({