diff client/src/components/Search.vue @ 4463:1cdd246860ae

remove lodash.debounce
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 14:24:27 +0200
parents 33180c25bd87
children 1fd771b08ced
line wrap: on
line diff
--- a/client/src/components/Search.vue	Mon Sep 23 14:24:02 2019 +0200
+++ b/client/src/components/Search.vue	Mon Sep 23 14:24:27 2019 +0200
@@ -166,7 +166,7 @@
  * Author(s):
  * Markus Kottländer <markus.kottlaender@intevation.de>
  */
-import debounce from "lodash.debounce";
+import debounce from "debounce";
 import { mapState, mapGetters } from "vuex";
 
 import { displayError } from "@/lib/errors";