mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
redefine app structure
This commit is contained in:
17
site/client/app/modules/inner/views/chat.html
Normal file
17
site/client/app/modules/inner/views/chat.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<section class="container-chat">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a class="active">Lobby Chat</a></li>
|
||||
<!--li><a>Current Match</a></li-->
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="chat">
|
||||
<div class="chats">
|
||||
blaa blaa
|
||||
</div>
|
||||
|
||||
<textarea class="chatbox" placeholder="Type an message..." v-model="message" autofocus v-on="keydown: submitChat(this) | key 'enter'"></textarea>
|
||||
</div>
|
||||
|
||||
</section>
|
Reference in New Issue
Block a user