change the notification detection to our own variables, and save the selected time
This commit is contained in:
@@ -103,6 +103,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: "help-notifications",
|
||||
component: () => import("../views/HelpNotificationsView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/help-notification-types",
|
||||
name: "help-notification-types",
|
||||
component: () => import("../views/HelpNotificationTypesView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/help-onboarding",
|
||||
name: "help-onboarding",
|
||||
|
||||
Reference in New Issue
Block a user