diff --git a/frontend/src/Apps/Msg.vue b/frontend/src/Apps/Msg.vue index dfdf50d..709f8c4 100644 --- a/frontend/src/Apps/Msg.vue +++ b/frontend/src/Apps/Msg.vue @@ -11,6 +11,7 @@ const msgContent = ref(""); const addMember = ref(false); + const currentTitle = ref(""); function formatTime(date){ return date.getHours() + ":" + date.getMinutes() + " " + date.getDate() + "/" + date.getMonth(); @@ -21,11 +22,11 @@