appointment request notification working
This commit is contained in:
parent
54af78e32c
commit
85e3e7b2d4
4 changed files with 68 additions and 4 deletions
|
|
@ -65,6 +65,7 @@ import Reply from "../components/notifications/Reply.vue";
|
|||
import Content from "../components/notifications/Content.vue";
|
||||
import { useRouter } from "vue-router";
|
||||
import ProjectRequest from "../components/notifications/ProjectRequest.vue";
|
||||
import AppointmentRequest from "../components/notifications/AppointmentRequest.vue";
|
||||
|
||||
dayjs.locale("fr");
|
||||
|
||||
|
|
@ -97,6 +98,7 @@ const notificationComponents = {
|
|||
"comment-reply": Reply,
|
||||
content: Content,
|
||||
"project-request": ProjectRequest,
|
||||
"appointment-request": AppointmentRequest,
|
||||
};
|
||||
|
||||
const sortedNotifications = computed(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue