happy msg

This commit is contained in:
2026-01-22 11:07:07 +00:00
parent eaba9c8069
commit b1c69df4cb

View File

@@ -5,7 +5,9 @@ const url = "/api/ws";
const socket = ref(null);
const messages = ref([]);
const messageInput = ref("");
const messageInput = ref(
"This will work soon but for now is bait, please don't worry... it will all come together soon :)",
);
onMounted(() => {
socket.value = new WebSocket(url);