This commit is contained in:
2026-01-23 22:21:39 +07:00
parent 476c0eb647
commit 5ae0a15a30
15 changed files with 571 additions and 265 deletions

View File

@@ -112,7 +112,7 @@ const routes: RouteData[] = [
{
path: "notification",
name: "notification",
component: () => import("./add/Add.vue"), // TODO: create notification page
component: () => import("./notification/Notification.vue"), // TODO: create notification page
meta: {
head: {
title: 'Notification - Holistream',