From d0063699f031706860689679d4ecf8651b545af1 Mon Sep 17 00:00:00 2001
From: Zero~Informatique
Date: Tue, 25 Feb 2020 17:38:07 +0100
Subject: viewer: set page title
GitHub: Resolves #95
---
viewer/src/components/LdTitle.vue | 44 +++++++++++++++++++++++++++++++++++++++
viewer/src/views/MainLayout.vue | 1 +
2 files changed, 45 insertions(+)
create mode 100644 viewer/src/components/LdTitle.vue
(limited to 'viewer')
diff --git a/viewer/src/components/LdTitle.vue b/viewer/src/components/LdTitle.vue
new file mode 100644
index 0000000..47e0729
--- /dev/null
+++ b/viewer/src/components/LdTitle.vue
@@ -0,0 +1,44 @@
+
+
+
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 @@