chore: code format
This commit is contained in:
parent
9bf416072f
commit
82a04cc8b9
3 changed files with 6 additions and 7 deletions
|
|
@ -18,11 +18,10 @@
|
|||
<q-card-section>
|
||||
<div class="chat-container" ref="chatCard">
|
||||
<div class="chat-box">
|
||||
<div class="chat-messages" style="height: 45vh">
|
||||
<div class="chat-messages" style="height: 45vh">
|
||||
<q-chat-message
|
||||
v-for="(dm, index) in messages"
|
||||
:key="index"
|
||||
|
||||
:name="dm.incoming ? 'customer': 'me'"
|
||||
:text="[dm.message]"
|
||||
:sent="!dm.incoming"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue