diff client/src/main.js @ 565:4bc27eea4f09

feat: Added tooltips for user roles Added v-tooltip as library. Implemented tooltips for user roles
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 04 Sep 2018 16:24:39 +0200
parents d7a06b9fffc9
children badbc0207418
line wrap: on
line diff
--- a/client/src/main.js	Tue Sep 04 15:45:06 2018 +0200
+++ b/client/src/main.js	Tue Sep 04 16:24:39 2018 +0200
@@ -11,6 +11,9 @@
 import "../node_modules/animate.css/animate.min.css";
 import "../node_modules/ol/ol.css";
 import "../node_modules/cxlt-vue2-toastr/dist/css/cxlt-vue2-toastr.css";
+import VTooltip from "v-tooltip";
+
+Vue.use(VTooltip);
 
 var toastrConfigs = {
   position: "bottom center",