1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-02 14:07:31 +00:00
This commit is contained in:
devfake
2015-06-22 20:21:31 +02:00
parent 7d21a962bc
commit c468147c90
3 changed files with 17 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
blaa blaa
</div>
<textarea class="chatbox" placeholder="Type an message..." autofocus></textarea>
<textarea class="chatbox" placeholder="Type an message..." v-model="message" autofocus v-on="keydown: submitChat(this) | key 'enter'"></textarea>
</div>
</section>