chore(vue3): migrate from @vueuse/core toRef

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev 2025-06-25 17:45:48 +02:00
parent 1efe852acf
commit b8c6bdfce7

View file

@ -8,8 +8,7 @@ import type { ChatMessage, Conversation } from '../types/index.ts'
import { t } from '@nextcloud/l10n'
import moment from '@nextcloud/moment'
import { toRef } from '@vueuse/core'
import { computed, ref } from 'vue'
import { computed, ref, toRef } from 'vue'
import { useStore } from 'vuex'
import { ATTENDEE, CONVERSATION, MESSAGE, PARTICIPANT } from '../constants.ts'
import { getEventTimeRange } from '../utils/conversation.ts'