aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views
diff options
context:
space:
mode:
authorZero~Informatique2022-04-12 21:35:24 +0200
committerZero~Informatique2022-04-12 21:35:24 +0200
commit581029f1b15b51f90812a47b20bce454014da32a (patch)
tree7bd0c65e680202b8c48ed9d875b9d0c45223b9e2 /viewer/src/views
parent2f9e51b5cd7dfafadac90ec896edd365da12a1c8 (diff)
downloadldgallery-581029f1b15b51f90812a47b20bce454014da32a.tar.gz
viewer: add markdown item handler
Minor CSS fixes Comment for future upgrade to Vue3
Diffstat (limited to 'viewer/src/views')
-rw-r--r--viewer/src/views/SplashScreen.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/views/SplashScreen.vue b/viewer/src/views/SplashScreen.vue
index dcb845d..93d84a1 100644
--- a/viewer/src/views/SplashScreen.vue
+++ b/viewer/src/views/SplashScreen.vue
@@ -30,6 +30,7 @@ export default class SplashScreen extends Vue {
30 this.fetchMarkdown(); 30 this.fetchMarkdown();
31 } 31 }
32 32
33 // TODO: Identical to LdMarkdownViewer.vue, use composition with Vue3.
33 fetchMarkdown() { 34 fetchMarkdown() {
34 FetchWithCheck.get(`${process.env.VUE_APP_DATA_URL}${this.config.resource}?${this.config.acknowledgmentKey ?? ""}`) 35 FetchWithCheck.get(`${process.env.VUE_APP_DATA_URL}${this.config.resource}?${this.config.acknowledgmentKey ?? ""}`)
35 .then(response => response.text()) 36 .then(response => response.text())