Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/collections.js')
-rw-r--r--src/collections.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collections.js b/src/collections.js
index 1d9561fa4..40f458d29 100644
--- a/src/collections.js
+++ b/src/collections.js
@@ -41,7 +41,7 @@ import Vue from 'vue'
container.id = 'spreed-room-select'
const body = document.getElementById('body-user')
body.appendChild(container)
- const RoomSelector = () => import('./views/RoomSelector')
+ const RoomSelector = () => import('./views/RoomSelector.vue')
const ComponentVM = new Vue({
render: h => h(RoomSelector, {
props: {