crete button mute

This commit is contained in:
Madara0330E
2024-03-16 20:59:31 +03:00
parent 7de74e533b
commit 2fe6c054f0
10 changed files with 73 additions and 517 deletions

View File

@@ -22,13 +22,15 @@
<img :src="msg.icon" />
</div>
<div class="content">
<h1>{{ msg.username }}</h1>
<h1>{{ msg.username.replace(/[a-zA-Z0-9]/g, '*') }}</h1>
<p>{{ msg.msg }}</p>
</div>
</div>
</li>
</transition-group>
</ul>
</div>
<writechat-component @send="ClaimDatamsg"></writechat-component>
<!-- <div class="chat__mute-button">