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
path: root/src/views
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-06-14 18:03:51 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-17 17:48:26 +0300
commit2f2b6b9679efd3c7f262499a31f9058b2a7f03c5 (patch)
treec8b5097ab8031d2c36aec3a844c5234209364c13 /src/views
parent29b2dd55ac8d7d593d0a1fb0b4bf09e01137ee42 (diff)
Lint fix
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Dashboard.vue6
-rw-r--r--src/views/FlowPostToConversation.vue2
-rw-r--r--src/views/MainView.vue2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 59411038c..9aa6b68eb 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -27,14 +27,14 @@
:loading="loading"
:show-items-and-empty-content="!hasImportantConversations"
:half-empty-content-message="t('spreed', 'No unread mentions')">
- <template v-slot:default="{ item }">
+ <template #default="{ item }">
<DashboardWidgetItem
:target-url="getItemTargetUrl(item)"
:main-text="getMainText(item)"
:sub-text="getSubText(item)"
:item="item"
v-on="handlers">
- <template v-slot:avatar>
+ <template #avatar>
<ConversationIcon
:item="item"
:hide-favorite="true"
@@ -42,7 +42,7 @@
</template>
</DashboardWidgetItem>
</template>
- <template v-slot:empty-content>
+ <template #empty-content>
<EmptyContent icon="icon-talk">
<template #desc>
{{ t('spreed', 'Say hi to your friends and colleagues!') }}
diff --git a/src/views/FlowPostToConversation.vue b/src/views/FlowPostToConversation.vue
index 195c61a10..50977ac21 100644
--- a/src/views/FlowPostToConversation.vue
+++ b/src/views/FlowPostToConversation.vue
@@ -25,7 +25,7 @@ export default {
components: { Multiselect },
props: {
value: {
- default: JSON.stringify({ 'm': '0', 't': '' }),
+ default: JSON.stringify({ m: '0', t: '' }),
type: String,
},
},
diff --git a/src/views/MainView.vue b/src/views/MainView.vue
index accfa6009..46f43249f 100644
--- a/src/views/MainView.vue
+++ b/src/views/MainView.vue
@@ -57,7 +57,7 @@ export default {
},
watch: {
- isInLobby: function(isInLobby) {
+ isInLobby(isInLobby) {
// User is now blocked by the lobby
if (isInLobby && this.isInCall) {
this.$store.dispatch('leaveCall', {