diff --git a/src/views/home/left-nav.vue b/src/views/home/left-nav.vue index 97c4972..31175d3 100644 --- a/src/views/home/left-nav.vue +++ b/src/views/home/left-nav.vue @@ -23,7 +23,7 @@
-
+
{{ item.name }}
0) { list.value.push({ + id: 'today', title: true, name: $t('Home.today') }) @@ -184,6 +185,7 @@ } if (yesterdayList.length > 0) { list.value.push({ + id: 'yesterday', title: true, name: $t('Home.yesterday') }) @@ -191,6 +193,7 @@ } if (earlierChatList.length > 0) { list.value.push({ + id: 'earlierChat', title: true, name: $t('Home.earlierChat') })