feat: add notification route and functions to delete and mark notifications as read
This commit is contained in:
parent
f9077cc030
commit
ede8e80181
2 changed files with 27 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue