add double page

This commit is contained in:
Hepatica
2024-03-19 20:57:21 +01:00
5 changed files with 72 additions and 216 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">