From c9919987cadc436c29641adbcb0bff98539a3919 Mon Sep 17 00:00:00 2001 From: Matthew Aaron Raymer Date: Mon, 19 Dec 2022 17:51:14 +0800 Subject: [PATCH] Added clipboard copy actions. We need to add designs for feedback on the copy action --- src/views/AccountViewView.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 34c5749..95ac129 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -80,7 +80,9 @@ > {{ address }} - + @@ -108,7 +112,9 @@
{{ UPORT_ROOT_DERIVATION_PATH }} - +
@@ -167,11 +173,13 @@