diff options
author | Zero~Informatique | 2022-04-12 21:35:24 +0200 |
---|---|---|
committer | Zero~Informatique | 2022-04-12 21:35:24 +0200 |
commit | 581029f1b15b51f90812a47b20bce454014da32a (patch) | |
tree | 7bd0c65e680202b8c48ed9d875b9d0c45223b9e2 /viewer/src/views | |
parent | 2f9e51b5cd7dfafadac90ec896edd365da12a1c8 (diff) | |
download | ldgallery-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.vue | 1 |
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()) |