feat: add notification route and functions to delete and mark notifications as read

This commit is contained in:
puriphatt 2025-03-06 10:46:53 +07:00
parent f9077cc030
commit ede8e80181
2 changed files with 27 additions and 1 deletions

View file

@ -135,6 +135,11 @@ const routes: RouteRecordRaw[] = [
name: 'dashBoard',
component: () => import('pages/15_dash-board/MainPage.vue'),
},
{
path: '/notification',
name: 'Notification',
component: () => import('pages/00_notification/MainPage.vue'),
},
],
},
@ -208,7 +213,6 @@ const routes: RouteRecordRaw[] = [
name: 'DebitNoteView',
component: () => import('pages/12_debit-note/FormPage.vue'),
},
{
path: '/debit-note/document-view',
name: 'DebitNoteDocumentView',