From f1fc1a78149511e26822b647ce5878aa86b9a383 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 25 Aug 2023 13:46:32 +0200 Subject: [PATCH] Fix: Encode data for download in order to have `#` not break the download as being interpreted as URL hash and therefore ending the data to download Signed-off-by: Knut Ahlers --- src/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.vue b/src/app.vue index 504ddab..d5ec554 100644 --- a/src/app.vue +++ b/src/app.vue @@ -255,7 +255,7 @@