0
0
Fork 0

Add vue-clipboard2 to the system

This commit is contained in:
Oliver-Akins 2021-01-01 16:10:11 -07:00
parent f31341ffd8
commit 6cd11b7563
3 changed files with 37 additions and 0 deletions

View file

@ -2,10 +2,12 @@ import Vue from 'vue';
import App from './App.vue';
import store from './store';
import io from 'socket.io-client';
import clipboard from "vue-clipboard2";
import VueSocketIOExt from 'vue-socket.io-extended';
Vue.config.productionTip = false;
Vue.use(clipboard);
Vue.use(VueSocketIOExt, io(`http://${window.location.hostname}:8081`));
new Vue({