Skip to content

Commit

Permalink
removed clipboard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Cepheid-UK committed Apr 1, 2021
1 parent 5e2f98c commit 0a21784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ import vueMoment from "vue-moment";
import VueI18n from "vue-i18n";
import languages from "@/locales/languages";
import VueCookies from "vue-cookies-ts";
import VueClipboard from "vue-clipboard2";

Vue.use(VueCookies);
Vue.use(vueMoment);
Vue.use(VueI18n);
Vue.use(VueClipboard)

Vue.config.productionTip = false;

Expand Down

0 comments on commit 0a21784

Please sign in to comment.