feat(trash): TrashView page, nav links, and g+x shortcut
This commit is contained in:
@@ -113,6 +113,11 @@ const router = createRouter({
|
||||
name: "settings",
|
||||
component: () => import("@/views/SettingsView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/trash",
|
||||
name: "trash",
|
||||
component: () => import("@/views/TrashView.vue"),
|
||||
},
|
||||
{ path: "/admin/users", redirect: "/settings" },
|
||||
{ path: "/admin/logs", redirect: "/settings" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user