fix: vue.inbox (now takes the right msg content)
This commit is contained in:
parent
63b5c3afa8
commit
a166ecc004
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<div class='end-pad'></div> <!-- End Spacing -->
|
<div class='end-pad'></div> <!-- End Spacing -->
|
||||||
|
|
||||||
<form class='msg-input' @submit.prevent='new_message(gstore.new_msg.emergency)'>
|
<form class='msg-input' @submit.prevent='new_message(gstore.new_msg.inbox)'>
|
||||||
<input type='text' placeholder='Nouveau message..' id='msg-new-content' v-model='gstore.new_msg.inbox' :class='gstore.msg_pending.inbox ? "loading" : ""'>
|
<input type='text' placeholder='Nouveau message..' id='msg-new-content' v-model='gstore.new_msg.inbox' :class='gstore.msg_pending.inbox ? "loading" : ""'>
|
||||||
<button></button>
|
<button></button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue