Files
hoppscotch/plugins/v-clipboard.js

5 lines
78 B
JavaScript

import Vue from "vue"
import Clipboard from "v-clipboard"
Vue.use(Clipboard)