Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bollu <cyr.debian@bollu.be>2022-01-19 17:37:17 +0300
committerCyrille Bollu <cyr.debian@bollu.be>2022-01-27 13:28:41 +0300
commit3a9b83091ea5131292a2634da58f2d7fb9510b43 (patch)
treedf7a72b481eb4db9cefd5411a1d6da756ce2957b /package.json
parent8aabd4dede1ff2f7021b018e72a9aee35595e268 (diff)
Adds clipboard support to Mail and adds an action to RecipientBubbles to
copy their email address to the clipboard. Signed-off-by: Cyrille Bollu <cyr.debian@bollu.be>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index dcdc78405..13c67add4 100644
--- a/package.json
+++ b/package.json
@@ -65,6 +65,7 @@
"vue": "^2.6.14",
"vue-autosize": "^1.0.2",
"vue-click-outside": "^1.1.0",
+ "vue-clipboard2": "^0.3.3",
"vue-material-design-icons": "^5.0.0",
"vue-on-click-outside": "^1.0.3",
"vue-router": "^3.5.3",