Fix some annoyances with chat.
This commit is contained in:
parent
92230f8a07
commit
0e0d1bffb3
3 changed files with 17 additions and 6 deletions
|
@ -5,6 +5,18 @@
|
|||
class="col"
|
||||
style="flex-grow: 1; overflow-x: visible; overflow-y: auto;"
|
||||
>
|
||||
<div class="q-mb-sm q-mx-md">
|
||||
<q-chat-message
|
||||
name="ASSISTANT"
|
||||
bg-color="grey-4"
|
||||
text-color="black"
|
||||
>
|
||||
<div class="message-content">
|
||||
<p>Hi there, I'm StyleAI!<br>How can I help today?</p>
|
||||
</div>
|
||||
</q-chat-message>
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-for="(message, index) in messages"
|
||||
:key="index"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue