diff client/src/main.js @ 1554:15d736a402c9

importqueue as collapsible
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 11 Dec 2018 13:33:52 +0100
parents b03db5726ca5
children 3a30a6f4c96d
line wrap: on
line diff
--- a/client/src/main.js	Tue Dec 11 09:59:23 2018 +0100
+++ b/client/src/main.js	Tue Dec 11 13:33:52 2018 +0100
@@ -120,9 +120,7 @@
   faWrench
 );
 import ToggleButton from "vue-js-toggle-button";
-import VModal from "vue-js-modal";
 
-Vue.use(VModal);
 Vue.use(ToggleButton);
 
 Vue.component("font-awesome-icon", FontAwesomeIcon);