From a5efed6e4ad60247021b5429483d8de38c4126df Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 18 May 2023 18:56:42 -0500 Subject: [PATCH] Add export save button to error component --- src/components/Error.vue | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/src/components/Error.vue b/src/components/Error.vue index 19b6fe4..16c9b6b 100644 --- a/src/components/Error.vue +++ b/src/components/Error.vue @@ -13,7 +13,11 @@ Check the console for more details, and consider sharing it with the developers on discord!
+ >! + content_pasteCopy Save

Other errors

@@ -32,8 +36,10 @@