diff client/src/lib/mixins.js @ 3079:57255fda7594

client: compare surveys on map The compare survey is now displayed in a second map.
author Markus Kottlaender <markus@intevation.de>
date Thu, 18 Apr 2019 12:40:42 +0200
parents db890b71f070
children 35c0da49eb89
line wrap: on
line diff
--- a/client/src/lib/mixins.js	Thu Apr 18 10:17:36 2019 +0200
+++ b/client/src/lib/mixins.js	Thu Apr 18 12:40:42 2019 +0200
@@ -11,9 +11,6 @@
  * Author(s):
  * Markus Kottländer <markus.kottlaender@intevation.de>
  */
-
-import * as uuidGen from "uuid";
-
 const sortTable = {
   data() {
     return {
@@ -31,14 +28,6 @@
   }
 };
 
-const uuid = {
-  computed: {
-    uuid() {
-      return uuidGen.v4();
-    }
-  }
-};
-
 const pane = {
   props: {
     paneCreated: Function,
@@ -65,4 +54,4 @@
   }
 };
 
-export { sortTable, uuid, pane };
+export { sortTable, pane };