mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
chore(vue3): migrate from @vueuse/core toRef
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
1efe852acf
commit
b8c6bdfce7
1 changed files with 1 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue