Search posts, tags, users, and pages
Park
Today's funny day
웹소켓 Vue 연결 methods: { async fetchPreviousMessages() { try { const response = await fetch(`/api/chat/history/`); // API 접근을 위한 URL을 사용 if (response.ok) { const data = await response.json(); this.message =...
No responses yet.