mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix: rename Recording > RecordingApp
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
0dca34885e
commit
21d5702411
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
import { getCSPNonce } from '@nextcloud/auth'
|
||||
import { generateFilePath } from '@nextcloud/router'
|
||||
import { createApp, reactive } from 'vue'
|
||||
import Recording from './Recording.vue'
|
||||
import RecordingApp from './RecordingApp.vue'
|
||||
import { createTalkRouter } from './router/router.ts'
|
||||
import store from './store/index.js'
|
||||
import pinia from './stores/pinia.ts'
|
||||
|
|
@ -41,7 +41,7 @@ if (!window.OCA.Talk) {
|
|||
|
||||
const router = createTalkRouter()
|
||||
|
||||
const instance = createApp(Recording)
|
||||
const instance = createApp(RecordingApp)
|
||||
.use(pinia)
|
||||
.use(store)
|
||||
.use(router)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue