From fcba843c60f43c63adaae2c192c2b0f6855e4d19 Mon Sep 17 00:00:00 2001
From: zebrapurring <>
Date: Thu, 19 Dec 2024 19:25:55 +0100
Subject: [PATCH] feat: add button to copy the item URL
---
frontend/pages/item/[id]/index.vue | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/frontend/pages/item/[id]/index.vue b/frontend/pages/item/[id]/index.vue
index c51b9836..dabce702 100644
--- a/frontend/pages/item/[id]/index.vue
+++ b/frontend/pages/item/[id]/index.vue
@@ -386,6 +386,10 @@
closeDialog();
});
+ const currentUrl = computed(() => {
+ return window.location.href;
+ });
+
const currentPath = computed(() => {
return route.path;
});
@@ -525,7 +529,10 @@
Show Empty
-