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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Nüsse <felix.nuesse@t-online.de>2022-10-03 12:28:54 +0300
committerFelix Nüsse <felix.nuesse@t-online.de>2022-10-03 12:28:54 +0300
commitce1f4faf95caa327fe7f58fd3da5e54693bc749c (patch)
treefc4377cbb3d3aa7aef74de1583ed04c1e202f9c4
parent7eda4341ec34a3785034102006e72365a0bf97c2 (diff)
remove footer-slot
Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index d1db8c71..43ca965b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -19,7 +19,7 @@
</template>
<AppHelp v-if="!loading.notes && helpVisible" :settingsOpen="helpVisible" @popupClosed="helpVisible = false" />
- <template slot="footer">
+ <template #footer>
<AppNavigationItem
:title=" t('notes', 'Help')"
icon="icon-info"