feat: Implement video management with a data table and comprehensive plan and subscription management features.
This commit is contained in:
@@ -116,6 +116,16 @@ const routes: RouteData[] = [
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "video/:id/edit",
|
||||
name: "video-edit",
|
||||
component: () => import("./video/EditVideo.vue"),
|
||||
meta: {
|
||||
head: {
|
||||
title: "Edit Video - Holistream",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "payments-and-plans",
|
||||
name: "payments-and-plans",
|
||||
|
||||
Reference in New Issue
Block a user