mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-22 22:14:59 +00:00
@@ -477,7 +477,10 @@ export default {
|
|||||||
</transition>
|
</transition>
|
||||||
</template>
|
</template>
|
||||||
<template #unreadBadge>
|
<template #unreadBadge>
|
||||||
<li v-show="unreadMessageCount != 0">
|
<li
|
||||||
|
v-show="unreadMessageCount != 0"
|
||||||
|
class="list-none flex justify-center items-center"
|
||||||
|
>
|
||||||
<span
|
<span
|
||||||
class="shadow-lg rounded-full bg-n-brand text-white text-xs font-medium my-2.5 mx-auto px-2.5 py-1.5"
|
class="shadow-lg rounded-full bg-n-brand text-white text-xs font-medium my-2.5 mx-auto px-2.5 py-1.5"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user