RD
Size: a a a
RD
ИЛ
RD
TS
AG
TS
ЕК
mounted() {
window.Echo.private('lobby-chat')
.listenForWhisper('client-message', (message) => {
console.log(message)
});
},
methods: {
sendMessage: function () {
window.Echo.private('lobby-chat')
.whisper('message', {
message: this.username + ': ' + this.message,
});
this.message = '';
}
}
Вывод консоли:A
ЕК
DV
ЕК
IG
ЕК
ЕК
DV
IG
DV
IG
DV