aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views
diff options
context:
space:
mode:
authorZero~Informatique2020-02-25 17:38:07 +0100
committerZero~Informatique2020-02-27 22:15:54 +0100
commitd0063699f031706860689679d4ecf8651b545af1 (patch)
treed706d3d198ed826037d53b8cc1feae1ca0bfc90a /viewer/src/views
parentf09e9d9fa29284bd9ae872efe5ba1d526e349011 (diff)
downloadldgallery-d0063699f031706860689679d4ecf8651b545af1.tar.gz
viewer: set page title
GitHub: Resolves #95
Diffstat (limited to 'viewer/src/views')
-rw-r--r--viewer/src/views/MainLayout.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index 2d74db9..c9ab11a 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -19,6 +19,7 @@
19 19
20<template> 20<template>
21 <div :class="{'fullscreen': $uiStore.fullscreen, 'fullwidth': $uiStore.fullWidth}"> 21 <div :class="{'fullscreen': $uiStore.fullscreen, 'fullwidth': $uiStore.fullWidth}">
22 <ld-title :current-item-path="$galleryStore.currentItemPath" />
22 <panel-top v-if="!isLoading" class="layout layout-top" /> 23 <panel-top v-if="!isLoading" class="layout layout-top" />
23 <panel-left v-if="!isLoading" class="layout layout-left" /> 24 <panel-left v-if="!isLoading" class="layout layout-left" />
24 <router-view v-if="!isLoading" ref="content" class="layout layout-content scrollbar" /> 25 <router-view v-if="!isLoading" ref="content" class="layout layout-content scrollbar" />