Add Upload and Video icon components, update DashboardLayout and routes

This commit is contained in:
2026-01-05 14:42:18 +07:00
parent 2297cb3b69
commit ba677a555c
9 changed files with 47 additions and 30 deletions

View File

@@ -67,6 +67,11 @@ const routes: RouteData[] = [
next();
}
},
{
path: "upload",
name: "upload",
component: () => import("./add/Add.vue"),
},
{
path: "video",
name: "video",