diff client/src/main.js @ 1163:fb5c83d4ea1d

added copy coordinates button to fairway profile
author Markus Kottlaender <markus@intevation.de>
date Wed, 14 Nov 2018 07:29:51 +0100
parents 874d19f32015
children 24797f66f268
line wrap: on
line diff
--- a/client/src/main.js	Tue Nov 13 17:22:32 2018 +0100
+++ b/client/src/main.js	Wed Nov 14 07:29:51 2018 +0100
@@ -31,12 +31,15 @@
 import { library } from "@fortawesome/fontawesome-svg-core";
 import { faEye, faEyeSlash } from "@fortawesome/free-solid-svg-icons";
 import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
+import VueClipboard from "vue-clipboard2";
 
 library.add(faEye, faEyeSlash);
 Vue.component("font-awesome-icon", FontAwesomeIcon);
 
 Vue.use(VTooltip);
 
+Vue.use(VueClipboard);
+
 var toastrConfigs = {
   position: "bottom center",
   showDuration: 2000,