props: ["modifier", "content", "child"],
- setup() {
-
- }
-
})
</script>
border-top-right-radius: 9px;
}
-// .notify {
-// position: absolute;
-// width: 12px;
-// height: 12px;
-// border-radius: 50%;
-// background-color: #58D9FF;
-// top: -5px;
-// left: -5px;
-// border: 2px solid #EBEBEB;
-// transform: scale(0);
-
-// animation-name: notify-anim;
-// animation-duration: 5s;
-// }
-
-// @keyframes notify-anim {
-// 0%, 90% {
-// transform: scale(1);
-// }
-// 100% {
-// transform: scale(0);
-// }
-// }
-
</style>
\ No newline at end of file
}
-
-// setTimeout(() => {
-
-// console.log("updating message");
-
-// updateMessage({
-// content: ["show contacts", "msg"],
-// context: "show contacts",
-// uid: "ee2819a3-1125-4881-9942-ca5b3d0ad502"
-// });
-
-
-
-// }, 2000);
+export default {
+ messages,
+ setMessages,
+ addMessage,
+ updateMessage
+};