new session + blue dots
This commit is contained in:
parent
8fe1679acc
commit
bd9d3aa612
3 changed files with 42 additions and 1 deletions
|
|
@ -18,6 +18,8 @@ const Bubble =
|
|||
template: `
|
||||
<div :class="'bubble ' + modifier + '-bubble ' + modifier +'-'+ child">
|
||||
|
||||
<small class="bubble-notify" v-if="modifier=='ai'"></small>
|
||||
|
||||
<p v-if="category=='text'">{{ text }}</p>
|
||||
|
||||
<p v-else-if="category=='audio'">{{ text }}</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue