diff client/src/main.js @ 880:aa2acb942e55

refac: reduce bundlesize
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 01 Oct 2018 16:42:33 +0200
parents badbc0207418
children ca628dce90dd
line wrap: on
line diff
--- a/client/src/main.js	Mon Oct 01 12:01:46 2018 +0200
+++ b/client/src/main.js	Mon Oct 01 16:42:33 2018 +0200
@@ -13,8 +13,6 @@
 import "../node_modules/cxlt-vue2-toastr/dist/css/cxlt-vue2-toastr.css";
 import "../node_modules/highlight.js/styles/paraiso-dark.css";
 import VTooltip from "v-tooltip";
-import VueHighlightJS from "vue-highlightjs";
-Vue.use(VueHighlightJS);
 
 Vue.use(VTooltip);