Add clipboard copying functionality to the buttons.
This commit is contained in:
parent
a2f927918c
commit
1592fd63c1
2 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import Vue from 'vue';
|
||||
import VTooltip from 'v-tooltip';
|
||||
import * as clipboard from 'clipboard-polyfill/text';
|
||||
import TextareaAutosize from 'vue-textarea-autosize';
|
||||
import VueEllipseProgress from 'vue-ellipse-progress';
|
||||
import App from './App.vue';
|
||||
|
|
@ -44,6 +45,7 @@ Vue.mixin({
|
|||
window.location.href = this.home_page;
|
||||
};
|
||||
},
|
||||
copy_text: clipboard.writeText,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue