Add Upload and Video icon components, update DashboardLayout and routes
This commit is contained in:
@@ -67,6 +67,11 @@ const routes: RouteData[] = [
|
||||
next();
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "upload",
|
||||
name: "upload",
|
||||
component: () => import("./add/Add.vue"),
|
||||
},
|
||||
{
|
||||
path: "video",
|
||||
name: "video",
|
||||
|
||||
Reference in New Issue
Block a user