feat: migrate all copy to clipboard actions to v-clipboard

This commit is contained in:
liyasthomas
2021-07-27 18:17:41 +05:30
parent 37ad8e08fc
commit 78fccc8583
21 changed files with 120 additions and 129 deletions

4
plugins/v-clipboard.js Normal file
View File

@@ -0,0 +1,4 @@
import Vue from "vue"
import Clipboard from "v-clipboard"
Vue.use(Clipboard)